mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(openai.py): fix deepinfra config optional param
This commit is contained in:
parent
60c06cd7df
commit
322a8218c0
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