FlowiseAI/Flowise

[FEATURE] Add support for Azure Speech-To-Text custom endpoint

Open

#3.767 aberto em 26 de dez. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (24.335 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (52.823 stars)
Métricas de merge de PR
 (Mesclagem média 8d 6h) (15 fundiu PRs em 30d)

Description

Describe the feature you'd like Currently is possible to enable the Azure STT standard endpoint. Supporting a custom endpoint will enable the usage of Azure STT tailored for specific languages (dialects, engineering, healthcare, etc)

Additional context Calling the custom endpoint require this code var config = SpeechSDK.SpeechConfig.fromSubscription("YourSubscriptionKey", "YourServiceRegion"); config.endpointId = "YourEndpointId"; var reco = new SpeechSDK.SpeechRecognizer(config);

Where YourSubscriptionKey and YourServiceRegion parameters are already available in Flowise configuration, what is missing is the YourEndpointId

Guia do colaborador