forked from phoenix/litellm-mirror
Add unsupported params. (#5722)
This commit is contained in:
parent
3c741b7beb
commit
aa64c34ce6
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ class OpenAIO1Config(OpenAIGPTConfig):
|
|||
"parallel_tool_calls",
|
||||
"function_call",
|
||||
"functions",
|
||||
"temperature",
|
||||
"top_p",
|
||||
"n",
|
||||
"presence_penalty",
|
||||
"frequency_penalty",
|
||||
"top_logprobs",
|
||||
"response_format",
|
||||
"stop",
|
||||
]
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue