refactor: Change reasoning from low to minimal
This commit is contained in:
parent
fc06256b7e
commit
bf1d4b9157
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class OpenAIAdapter(LLMInterface):
|
||||||
api_version=self.api_version,
|
api_version=self.api_version,
|
||||||
response_model=response_model,
|
response_model=response_model,
|
||||||
max_retries=self.MAX_RETRIES,
|
max_retries=self.MAX_RETRIES,
|
||||||
extra_body={"reasoning_effort": "low"},
|
extra_body={"reasoning_effort": "minimal"},
|
||||||
)
|
)
|
||||||
except (
|
except (
|
||||||
ContentFilterFinishReasonError,
|
ContentFilterFinishReasonError,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue