From 0fc503219aeaed7fc3df1895621434b6afe1d535 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 24 Mar 2026 23:59:38 -0400 Subject: [PATCH] Update test_async_client.py --- tests/test_async_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_async_client.py b/tests/test_async_client.py index 4350b4550..1198cec05 100644 --- a/tests/test_async_client.py +++ b/tests/test_async_client.py @@ -79,7 +79,9 @@ async def test_moved_fn(self) -> None: @unittest.skipIf(os.getenv("CO_API_URL") is not None, "Doesn't work in staging.") async def test_generate(self) -> None: response = await self.co.generate( + model="command-a-03-2025", prompt='Please explain to me how LLMs work', + max_tokens=10 ) print(response)