Skip to content

Commit

Permalink
Update test_client_v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere authored Nov 22, 2024
1 parent 756515a commit 8806438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class TestClientV2(unittest.TestCase):

def test_chat(self) -> None:
response = co.chat(model="command-r-plus", messages=[cohere.UserChatMessageV2(content="hello world!")])
response = co.chat(model="command-r-plus", documents=["yoyo"], messages=[cohere.UserChatMessageV2(content="hello world!")])

print(response.message)

Expand Down

0 comments on commit 8806438

Please sign in to comment.