mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(feat) track mistral model supports function calling
This commit is contained in:
parent
13040a97a7
commit
2601600b33
3 changed files with 5 additions and 3 deletions
|
@ -71,7 +71,7 @@ def test_parallel_function_call():
|
|||
}
|
||||
]
|
||||
response = litellm.completion(
|
||||
model="gpt-3.5-turbo-1106",
|
||||
model="mistral/mistral-medium-latest",
|
||||
messages=messages,
|
||||
tools=tools,
|
||||
tool_choice="auto", # auto is default, but we'll be explicit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue