fix: propagating json_mode to acompletion (#8133)
This commit is contained in:
parent
4005a51db2
commit
527e283c51
@ -337,6 +337,7 @@ class OpenAILikeChatHandler(OpenAILikeBase):
|
||||
timeout=timeout,
|
||||
base_model=base_model,
|
||||
client=client,
|
||||
json_mode=json_mode
|
||||
)
|
||||
else:
|
||||
## COMPLETION CALL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user