mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): support deepinfra response object
This commit is contained in:
parent
6b730214dd
commit
011beb1918
1 changed files with 1 additions and 0 deletions
|
@ -5711,6 +5711,7 @@ def get_supported_openai_params(model: str, custom_llm_provider: str):
|
|||
"frequency_penalty",
|
||||
"logit_bias",
|
||||
"user",
|
||||
"response_format",
|
||||
]
|
||||
elif custom_llm_provider == "perplexity":
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue