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