Skip to content

Commit 2725b69

Browse files
authored
fix test (#10582)
1 parent 97d8fce commit 2725b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/components/generators/chat/test_hugging_face_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ def test_live_run_multimodal(self, test_files_path):
878878

879879
generator = HuggingFaceAPIChatGenerator(
880880
api_type=HFGenerationAPIType.SERVERLESS_INFERENCE_API,
881-
api_params={"model": "Qwen/Qwen2.5-VL-32B-Instruct", "provider": "fireworks-ai"},
881+
api_params={"model": "Qwen/Qwen3-VL-8B-Instruct", "provider": "together"},
882882
generation_kwargs={"max_tokens": 20},
883883
)
884884

0 commit comments

Comments
 (0)