forked from phoenix/litellm-mirror
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)
|
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