fix : response timeout

This commit is contained in:
martin legrand
2025-03-29 14:30:28 +01:00
parent 90894f806a
commit f42a31578e
2 changed files with 14 additions and 4 deletions
-1
View File
@@ -18,7 +18,6 @@ class OllamaLLM(GeneratorLLM):
self.state.last_complete_sentence = ""
self.state.current_buffer = ""
self.logger.info("Starting generation...")
stream = ollama.chat(
model=self.model,
messages=history,