mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix test_rate_limit[usage-based-routing-True-3-2]
This commit is contained in:
parent
ebc29bed8f
commit
309a66692f
1 changed files with 0 additions and 1 deletions
|
|
@ -2338,7 +2338,6 @@ class Router:
|
|||
response = original_function(*args, **kwargs)
|
||||
return response
|
||||
except Exception as e:
|
||||
num_retries = None
|
||||
current_attempt = None
|
||||
original_exception = e
|
||||
### CHECK IF RATE LIMIT / CONTEXT WINDOW ERROR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue