fix(router.py): cooldown deployments, for 401 errors

This commit is contained in:
Krrish Dholakia 2024-04-30 17:54:00 -07:00
parent e4ec962e73
commit a12878b0f8
6 changed files with 165 additions and 14 deletions

View file

@ -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