mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): support response_format for mistral ai api
This commit is contained in:
parent
1f211b10e1
commit
312a9d8c26
1 changed files with 1 additions and 0 deletions
|
@ -5143,6 +5143,7 @@ def get_supported_openai_params(model: str, custom_llm_provider: str):
|
||||||
"max_tokens",
|
"max_tokens",
|
||||||
"tools",
|
"tools",
|
||||||
"tool_choice",
|
"tool_choice",
|
||||||
|
"response_format",
|
||||||
]
|
]
|
||||||
elif custom_llm_provider == "replicate":
|
elif custom_llm_provider == "replicate":
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue