FlowiseAI/Flowise

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

Aperta

#3767 aperta il 26 dic 2024

 (4 commenti) (0 reazioni) (0 assegnatari)TypeScript (24.335 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (52.823 stelle)
Metriche merge PR
 (Merge medio 8g 6h) (15 PR mergiate in 30 g)

Descrizione

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

Guida contributor