mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
fix(utils.py): support deepinfra response object
This commit is contained in:
parent
b82dd29c99
commit
be4a3de27c
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
Reference in a new issue