Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Feb 19, 2025
1 parent defeb96 commit 12b4325
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/utils/AiProviders/ollama/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12b4325

Please sign in to comment.