Skip to content

Commit 531b006

Browse files
committed
ollama streaming for tool calls
1 parent 0d02784 commit 531b006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/llm/llms/Ollama.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ class Ollama extends BaseLLM implements ModelInstaller {
405405
parameters: tool.function.parameters,
406406
},
407407
}));
408-
chatOptions.stream = false; // Cannot set stream = true for tools calls
409408
}
410409
const headers: Record<string, string> = {
411410
"Content-Type": "application/json",

0 commit comments

Comments
 (0)