From 7548e87cf8d6d68f68bfca084286fb9caa4351e8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 24 May 2025 07:25:47 -0700 Subject: [PATCH] test fix xai --- tests/llm_translation/test_xai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/llm_translation/test_xai.py b/tests/llm_translation/test_xai.py index 419ace5686..8f9619a2b7 100644 --- a/tests/llm_translation/test_xai.py +++ b/tests/llm_translation/test_xai.py @@ -124,7 +124,7 @@ def test_completion_xai(stream): }, ] response = completion( - model="xai/grok-beta", + model="xai/grok-3-mini-beta", messages=messages, stream=stream, ) @@ -156,7 +156,7 @@ def test_xai_message_name_filtering(): {"role": "assistant", "content": "Hello", "name": "Jane"}, ] response = completion( - model="xai/grok-beta", + model="xai/grok-3-mini-beta", messages=messages, ) assert response is not None