mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
test: refactor testing order
This commit is contained in:
parent
2a033fd8a2
commit
16e1070dbe
4 changed files with 45 additions and 29 deletions
|
@ -761,4 +761,11 @@ class Router:
|
|||
raise ValueError("No models available.")
|
||||
|
||||
def flush_cache(self):
|
||||
self.cache.flush_cache()
|
||||
self.cache.flush_cache()
|
||||
|
||||
def reset(self):
|
||||
## clean up on close
|
||||
litellm.success_callback = []
|
||||
litellm.failure_callback = []
|
||||
self.flush_cache()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue