mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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",
|
||||
"tools",
|
||||
"tool_choice",
|
||||
"response_format",
|
||||
]
|
||||
elif custom_llm_provider == "replicate":
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue