mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fix indentation error
This commit is contained in:
parent
28e15f4fd6
commit
fc9cf1c870
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@ class LiteLLMMessagesToCompletionTransformationHandler:
|
|||
|
||||
model = completion_kwargs.get("model")
|
||||
if isinstance(model, str) and model and not model.startswith("responses/"):
|
||||
|
||||
reasoning_effort = completion_kwargs.get("reasoning_effort")
|
||||
reasoning_effort = completion_kwargs.get("reasoning_effort")
|
||||
if isinstance(reasoning_effort, str) and reasoning_effort:
|
||||
completion_kwargs["reasoning_effort"] = {
|
||||
"effort": reasoning_effort,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue