mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-15 12:21:11 +00:00
test fix - cohere API Made a breaking change
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user