mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix request_timeout_extra arg
This commit is contained in:
parent
952e994ad1
commit
e354b71df0
3 changed files with 10 additions and 10 deletions
|
@ -51,7 +51,7 @@ def completion(
|
|||
*, return_async=False, api_key=None, force_timeout=600, logger_fn=None, verbose=False, azure=False, custom_llm_provider=None, custom_api_base=None,
|
||||
# model specific optional params
|
||||
# used by text-bison only
|
||||
top_k=40,
|
||||
top_k=40, request_timeout=0, # unused var for old version of OpenAI API
|
||||
):
|
||||
try:
|
||||
global new_response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue