mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test: testing fixes
This commit is contained in:
parent
0cf0c2d6dd
commit
fa74447cc8
4 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue