forked from phoenix/litellm-mirror
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",
|
"frequency_penalty",
|
||||||
"logit_bias",
|
"logit_bias",
|
||||||
"user",
|
"user",
|
||||||
|
"response_format",
|
||||||
]
|
]
|
||||||
elif custom_llm_provider == "perplexity":
|
elif custom_llm_provider == "perplexity":
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue