forked from phoenix/litellm-mirror
fix(main.py): don't set timeout as an optional api param
This commit is contained in:
parent
aee38d9329
commit
77be3e3114
4 changed files with 9 additions and 30 deletions
|
@ -382,6 +382,7 @@ class OpenAIChatCompletion(BaseLLM):
|
|||
"complete_input_dict": data,
|
||||
},
|
||||
)
|
||||
|
||||
response = await openai_aclient.chat.completions.create(**data)
|
||||
stringified_response = response.model_dump_json()
|
||||
logging_obj.post_call(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue