fix: propagating json_mode to acompletion (#8133)

This commit is contained in:
miraclebakelaser 2025-01-31 14:17:26 +09:00 committed by GitHub
parent 4005a51db2
commit 527e283c51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,6 +337,7 @@ class OpenAILikeChatHandler(OpenAILikeBase):
timeout=timeout,
base_model=base_model,
client=client,
json_mode=json_mode
)
else:
## COMPLETION CALL