diff --git a/services/extractor/client.py b/services/extractor/client.py index 9f8c2bc..324d3c7 100644 --- a/services/extractor/client.py +++ b/services/extractor/client.py @@ -258,6 +258,9 @@ class OllamaClient: ], "stream": False, "think": False, + "options": { + "num_predict": 16384, + }, } url = f"{self._config.base_url}/api/chat"