mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : fix
This commit is contained in:
parent
6b31516cd9
commit
e56e5a4b3d
@ -22,7 +22,7 @@ class OllamaLLM(GeneratorLLM):
|
||||
stream = ollama.chat(
|
||||
model=self.model,
|
||||
messages=history,
|
||||
stream=False,
|
||||
stream=True,
|
||||
)
|
||||
|
||||
for chunk in stream:
|
||||
|
Loading…
x
Reference in New Issue
Block a user