We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d569 commit 58c1c65Copy full SHA for 58c1c65
tests/asyncio/test_message.py
@@ -252,7 +252,7 @@ async def test_enqueue_api_llm_async(
252
res = await async_client.message.enqueue_json(
253
queue=name,
254
body={
255
- "model": "meta-llama/Meta-Llama-3-8B-Instruct",
+ "model": "gpt-3.5-turbo",
256
"messages": [
257
{
258
"role": "user",
tests/test_message.py
@@ -238,7 +238,7 @@ def test_enqueue_api_llm(
238
res = client.message.enqueue_json(
239
240
241
242
243
244
0 commit comments