Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Mapping error for Azure TTS model #4127

Closed
lalineanegra opened this issue Jun 11, 2024 · 1 comment
Closed

[Bug]: Mapping error for Azure TTS model #4127

lalineanegra opened this issue Jun 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lalineanegra
Copy link

What happened?

The azure version of the tts model seems not to be supported, it returns an error after an attempt to use

Config used:

 
 - model_name: azure/tts-1
    litellm_params:
      model: azure/tts-1
      api_base: "os.environ/AZURE_API_BASE_TTS"
      api_key: "os.environ/AZURE_API_KEY_TTS"
```

### Relevant log output

```shell
Error output

litellm.exceptions.APIConnectionError: Unable to map the custom llm provider=azure_text to a known provider=['openai', 'custom_openai', 'text-completion-openai', 'cohere', 'cohere_chat', 'clarifai', 'anthropic', 'replicate', 'huggingface', 'together_ai', 'openrouter', 'vertex_ai', 'palm', 'gemini', 'ai21', 'baseten', 'azure', 'azure_text', 'sagemaker', 'bedrock', 'vllm', 'nlp_cloud', 'petals', 'oobabooga', 'ollama', 'ollama_chat', 'deepinfra', 'perplexity', 'anyscale', 'mistral', 'groq', 'deepseek', 'maritalk', 'voyage', 'cloudflare', 'xinference', 'fireworks_ai', 'watsonx', 'triton', 'predibase', 'databricks', 'custom'].
```
```


### Twitter / LinkedIn details

_No response_
@lalineanegra lalineanegra added the bug Something isn't working label Jun 11, 2024
@Manouchehri
Copy link
Collaborator

Duplicate of #4002.

@Manouchehri Manouchehri closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants