chore: change model and provider for HF API multimodal test (#9715)

This commit is contained in:
Stefano Fiorucci 2025-08-18 10:00:12 +02:00 committed by GitHub
parent ae6f3bcf7c
commit d38c32e393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -878,7 +878,7 @@ class TestHuggingFaceAPIChatGenerator:
generator = HuggingFaceAPIChatGenerator(
api_type=HFGenerationAPIType.SERVERLESS_INFERENCE_API,
api_params={"model": "Qwen/Qwen2.5-VL-7B-Instruct", "provider": "hyperbolic"},
api_params={"model": "Qwen/Qwen2.5-VL-32B-Instruct", "provider": "fireworks-ai"},
generation_kwargs={"max_tokens": 20},
)