forked from phoenix/litellm-mirror
fix(router.py): reset caching correctly
This commit is contained in:
parent
6cb4ef5659
commit
3e908bf507
6 changed files with 119 additions and 91 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue