forked from phoenix/litellm-mirror
fix(openai.py): fix deepinfra supported params
This commit is contained in:
parent
4516daec90
commit
17aa5aa214
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class DeepInfraConfig:
|
||||||
|
|
||||||
def get_supported_openai_params(self):
|
def get_supported_openai_params(self):
|
||||||
return [
|
return [
|
||||||
|
"stream",
|
||||||
"frequency_penalty",
|
"frequency_penalty",
|
||||||
"function_call",
|
"function_call",
|
||||||
"functions",
|
"functions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue