We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b7aa9 commit 25e373eCopy full SHA for 25e373e
moatless/completion/base.py
@@ -499,6 +499,7 @@ async def _do_completion_with_rate_limit_retry():
499
}
500
501
if self.reasoning_effort:
502
+ completion_kwargs["allowed_openai_params"] = ["reasoning_effort"]
503
completion_kwargs["reasoning_effort"] = self.reasoning_effort
504
505
response = await litellm.acompletion(**completion_kwargs)
0 commit comments