mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) test_function_caling.py
This commit is contained in:
parent
928f7f8fe1
commit
0b51ef5e31
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def test_parallel_function_call():
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
response = litellm.completion(
|
response = litellm.completion(
|
||||||
model="mistral/mistral-medium-latest",
|
model="gpt-3.5-turbo-1106",
|
||||||
messages=messages,
|
messages=messages,
|
||||||
tools=tools,
|
tools=tools,
|
||||||
tool_choice="auto", # auto is default, but we'll be explicit
|
tool_choice="auto", # auto is default, but we'll be explicit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue