fix(main.py): don't set timeout as an optional api param

This commit is contained in:
Krrish Dholakia 2023-12-30 11:46:51 +05:30
parent aee38d9329
commit 77be3e3114
4 changed files with 9 additions and 30 deletions

View file

@ -574,7 +574,6 @@ def completion(
max_retries=max_retries,
logprobs=logprobs,
top_logprobs=top_logprobs,
timeout=timeout,
**non_default_params,
)