We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3764b51 commit 0fc5032Copy full SHA for 0fc5032
1 file changed
tests/test_async_client.py
@@ -79,7 +79,9 @@ async def test_moved_fn(self) -> None:
79
@unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.")
80
async def test_generate(self) -> None:
81
response = await self.co.generate(
82
+ model="command-a-03-2025",
83
prompt='Please explain to me how LLMs work',
84
+ max_tokens=10
85
)
86
print(response)
87
0 commit comments