fix(utils.py): support deepinfra response object

This commit is contained in:
Krrish Dholakia 2024-04-22 10:51:11 -07:00
parent b82dd29c99
commit be4a3de27c

View file

@ -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 [