danny-avila / LibreChat

Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
https://librechat.ai/
MIT License
15.01k stars 2.49k forks source link

Enhancement: Azure OpenAI STT/TTS #3094

Open hofq opened 1 week ago

hofq commented 1 week ago

What features would you like to see added?

I would love to configure TTS with an Azure Endpoint. I tried the following without success:

                - group: "azure-openai" # arbitrary name
                  plugins: true
                  assistants: true
                  apiKey: "${AZURE_CFG_API_KEY}"
                  instanceName: "robads-ai-schweden"  # name of the resource group or instance
                  version: "2024-02-15-preview"
                  models:
                    gpt-3.5-turbo-1106:
                      deploymentName: gpt-35-turbo
                    gpt-4-vision-preview:
                      deploymentName: gpt-4-vision-preview
                    gpt-4o:
                      deploymentName: gpt-4o
                    tts:
                      deploymentName: tts-hd

More details

I would love to use Azure OpenAI as TTS Endpoint

Which components are impacted by your request?

Endpoints

Pictures

No response

Code of Conduct

berry-13 commented 1 week ago

that was just a test, and it didn't work.

I've added support for Azure (OpenAI) STT/TTS in https://github.com/danny-avila/LibreChat/pull/2985