mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(openai.py): fix deepinfra config optional param
This commit is contained in:
parent
fed5fc346f
commit
2b729624e6
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class DeepInfraConfig:
|
|||
|
||||
def get_supported_openai_params(self):
|
||||
return [
|
||||
"stream",
|
||||
"frequency_penalty",
|
||||
"function_call",
|
||||
"functions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue