mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix(router.py): cooldown deployments, for 401 errors
This commit is contained in:
parent
e4ec962e73
commit
a12878b0f8
6 changed files with 165 additions and 14 deletions
|
@ -19,6 +19,7 @@ def setup_and_teardown():
|
|||
0, os.path.abspath("../..")
|
||||
) # Adds the project directory to the system path
|
||||
import litellm
|
||||
from litellm import Router
|
||||
|
||||
importlib.reload(litellm)
|
||||
import asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue