mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
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
|
@ -574,7 +574,6 @@ def completion(
|
|||
max_retries=max_retries,
|
||||
logprobs=logprobs,
|
||||
top_logprobs=top_logprobs,
|
||||
timeout=timeout,
|
||||
**non_default_params,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue