FlowiseAI/Flowise

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

开放

#3,767 创建于 2024年12月26日

 (4 条评论) (0 个反应) (0 位负责人)TypeScript (24,335 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (52,823 个星标)
PR 合并指标
 (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

贡献者指南