mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test fix - cohere API Made a breaking change
This commit is contained in:
parent
3ec907059f
commit
d5a1cc282e
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ def test_completion_cohere_command_r_plus_function_call():
|
|||
messages=messages,
|
||||
tools=tools,
|
||||
tool_choice="auto",
|
||||
force_single_step=True,
|
||||
)
|
||||
print(second_response)
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue