Skip to content

Commit 3f93cc6

Browse files
authored
test: use Qwen3-VL-8B-Instruct for HF API test_live_run_with_tools (#11032)
1 parent d17bdc9 commit 3f93cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/components/generators/chat/test_hugging_face_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,13 +832,13 @@ def test_live_run_with_tools(self, tools):
832832
"""
833833
We test the round trip: generate tool call, pass tool message, generate response.
834834
835-
The model used here (Qwen/Qwen3-Next-80B-A3B-Instruct) is not gated and kept in a warm state.
835+
The model used here (Qwen/Qwen3-VL-8B-Instruct) is not gated and kept in a warm state.
836836
"""
837837

838838
chat_messages = [ChatMessage.from_user("What's the weather like in Paris?")]
839839
generator = HuggingFaceAPIChatGenerator(
840840
api_type=HFGenerationAPIType.SERVERLESS_INFERENCE_API,
841-
api_params={"model": "Qwen/Qwen3-Next-80B-A3B-Instruct", "provider": "together"},
841+
api_params={"model": "Qwen/Qwen3-VL-8B-Instruct", "provider": "together"},
842842
generation_kwargs={"temperature": 0.5},
843843
)
844844

0 commit comments

Comments
 (0)