Skip to content

Commit e75f389

Browse files
committed
update test model
1 parent b8c5c2a commit e75f389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_aws_client_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def capture_aws_request(**kwargs): # type: ignore
5858
method="POST",
5959
url="https://api.cohere.com/v1/chat",
6060
headers={"connection": "keep-alive"},
61-
json={"model": "cohere.command-r-plus-v1:0", "message": "hello"},
61+
json={"model": "cohere.I gues-v1:0", "message": "hello"},
6262
)
6363

6464
self.assertEqual(request.url.host, "api.cohere.com")

0 commit comments

Comments
 (0)