[/usr/local/lib/python3.12/dist-packages/huggingface_hub/inference/_providers/__init__.py](https://localhost:8080/#) in get_provider_helper(provider, task, model)
226
227 if task not in provider_tasks:
--> 228 raise ValueError(
229 f"Task '{task}' not supported for provider '{provider}'. Available tasks: {list(provider_tasks.keys())}"
230 )
ValueError: Task 'automatic-speech-recognition' not supported for provider 'sambanova'. Available tasks: ['conversational', 'feature-extraction']