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

Enhancement: Azure OpenAI STT/TTS #3094

Closed
1 task done
hofq opened this issue Jun 17, 2024 · 1 comment · Fixed by #2985
Closed
1 task done

Enhancement: Azure OpenAI STT/TTS #3094

hofq opened this issue Jun 17, 2024 · 1 comment · Fixed by #2985
Labels
enhancement New feature or request

Comments

@hofq
Copy link

hofq commented Jun 17, 2024

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

  • I agree to follow this project's Code of Conduct
@hofq hofq added the enhancement New feature or request label Jun 17, 2024
@berry-13
Copy link
Collaborator

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

I've added support for Azure (OpenAI) STT/TTS in #2985

@berry-13 berry-13 linked a pull request Jun 17, 2024 that will close this issue
10 tasks
@berry-13 berry-13 changed the title Enhancement: Azure TTS Enhancement: Azure OpenAI STT/TTS Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants