diff --git a/services/extractor/client.py b/services/extractor/client.py index 64efd99..21a57c0 100644 --- a/services/extractor/client.py +++ b/services/extractor/client.py @@ -227,6 +227,9 @@ class OllamaClient: ], "format": json_schema, "stream": False, + "options": { + "num_predict": 16384, + }, } url = f"{self._config.base_url}/api/chat"