mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix async_function_with_retries
This commit is contained in:
parent
5e85a5b208
commit
373a41ca6d
1 changed files with 0 additions and 1 deletions
|
|
@ -2064,7 +2064,6 @@ class Router:
|
|||
response = await original_function(*args, **kwargs)
|
||||
return response
|
||||
except Exception as e:
|
||||
num_retries = None
|
||||
current_attempt = None
|
||||
original_exception = e
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue