mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 20:22:12 +00:00
fix async_function_with_retries
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user