Skip to content

Commit 0fc5032

Browse files
authored
Update test_async_client.py
1 parent 3764b51 commit 0fc5032

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_async_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ async def test_moved_fn(self) -> None:
7979
@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
8080
async def test_generate(self) -> None:
8181
response = await self.co.generate(
82+
model="command-a-03-2025",
8283
prompt='Please explain to me how LLMs work',
84+
max_tokens=10
8385
)
8486
print(response)
8587

0 commit comments

Comments
 (0)