refactor: Change reasoning from low to minimal

This commit is contained in:
Igor Ilic 2025-08-29 18:15:35 +02:00
parent fc06256b7e
commit bf1d4b9157

View file

@ -132,7 +132,7 @@ class OpenAIAdapter(LLMInterface):
api_version=self.api_version,
response_model=response_model,
max_retries=self.MAX_RETRIES,
extra_body={"reasoning_effort": "low"},
extra_body={"reasoning_effort": "minimal"},
)
except (
ContentFilterFinishReasonError,