mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix: propagating json_mode to acompletion (#8133)
This commit is contained in:
parent
4005a51db2
commit
527e283c51
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ class OpenAILikeChatHandler(OpenAILikeBase):
|
|||
timeout=timeout,
|
||||
base_model=base_model,
|
||||
client=client,
|
||||
json_mode=json_mode
|
||||
)
|
||||
else:
|
||||
## COMPLETION CALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue