mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
better timeouts
This commit is contained in:
parent
acaca0f47a
commit
baffc2dd44
2 changed files with 3 additions and 3 deletions
|
@ -20,6 +20,6 @@ for model in model_fallback_list:
|
|||
print(response)
|
||||
if response != None:
|
||||
break
|
||||
except:
|
||||
except Exception as e:
|
||||
print(f"error occurred: {traceback.format_exc()}")
|
||||
pass
|
||||
raise e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue