Skip to content
Snippets Groups Projects
Commit 12b43256 authored by timothycarambat's avatar timothycarambat
Browse files

lint

parent defeb96c
No related branches found
No related tags found
No related merge requests found
......@@ -277,8 +277,9 @@ class OllamaAILLM {
type: "textResponseChunk",
textResponse: "",
close: true,
error: `Ollama:streaming - could not stream chat. ${error?.cause ?? error.message
}`,
error: `Ollama:streaming - could not stream chat. ${
error?.cause ?? error.message
}`,
});
response.removeListener("close", handleAbort);
stream?.endMeasurement(usage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment