diff --git a/hindsight-api/hindsight_api/engine/llm_wrapper.py b/hindsight-api/hindsight_api/engine/llm_wrapper.py index 8bd90d81..46c5d8f9 100644 --- a/hindsight-api/hindsight_api/engine/llm_wrapper.py +++ b/hindsight-api/hindsight_api/engine/llm_wrapper.py @@ -112,7 +112,7 @@ class LLMProvider: ) await self.call( messages=[{"role": "user", "content": "Say 'ok'"}], - max_completion_tokens=10, + max_completion_tokens=100, max_retries=2, initial_backoff=0.5, max_backoff=2.0,