mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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
Add a link
Reference in a new issue