test: testing fixes

This commit is contained in:
Krrish Dholakia 2023-12-12 10:57:51 -08:00
parent 9cf5ab468f
commit edbf97adf2
4 changed files with 9 additions and 3 deletions

View file

@ -366,7 +366,7 @@ def test_function_calling():
}
]
router = Router(model_list=model_list, routing_strategy="latency-based-routing")
router = Router(model_list=model_list)
response = router.completion(model="gpt-3.5-turbo-0613", messages=messages, functions=functions)
router.reset()
print(response)