mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 12:37:27 +00:00
chore: change model and provider for HF API multimodal test (#9715)
This commit is contained in:
parent
ae6f3bcf7c
commit
d38c32e393
@ -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},
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user