mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: testing fixes
This commit is contained in:
parent
9cf5ab468f
commit
edbf97adf2
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