fix(router.py): reset caching correctly

This commit is contained in:
Krrish Dholakia 2023-12-11 19:57:34 -08:00
parent 6cb4ef5659
commit 3e908bf507
6 changed files with 119 additions and 91 deletions

View file

@ -507,7 +507,6 @@ def test_aembedding_on_router():
model="text-embedding-ada-002",
input=["good morning from litellm 2"],
)
print("sync embedding response: ", response)
router.reset()
except Exception as e:
traceback.print_exc()