FlowiseAI/Flowise

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

Open

#3,767 建立於 2024年12月26日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)TypeScript (24,335 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (52,823 star)
PR 合併指標
 (平均合併 8天 6小時) (30 天內合併 15 個 PR)

描述

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

貢獻者指南