better timeouts

This commit is contained in:
ishaan-jaff 2023-07-31 17:45:39 -07:00
parent acaca0f47a
commit baffc2dd44
2 changed files with 3 additions and 3 deletions

View file

@ -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