feat(provider): 增加腾讯云实时语音处理链路 - #1020
Open
kevin1sMe wants to merge 1 commit into
Open
Conversation
kevin1sMe
marked this pull request as ready for review
August 31, 2026 17:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
Fixes #1007。
为 OpenLess 补齐腾讯云端到端语音处理链路:使用腾讯云混元实时 ASR 完成流式识别,并可通过腾讯云 TokenHub 的 OpenAI 兼容接口调用
hy3完成润色。修复 / 新增 / 改进
tencent-cloudASR Provider,接入Hy-ASR-3.0-preview实时 WebSocket 协议。AppID、SecretID、SecretKey的独立凭据保存、读取与连接验证。tencentTokenHubLLM Provider,默认地址为https://tokenhub.tencentmaas.com/v1,默认模型为hy3。兼容
测试计划
npm run buildnpm test覆盖的 61 项前端 / 契约测试OpenLess 1.3.18-Beta.7构建成功,APP 签名和 DMG 完整性验证通过。tencent-cloud / Hy-ASR-3.0-preview识别(345 ms),再经tencentTokenHub / hy3润色(1.1 秒),最终向 iTerm2 插入 29 字。人工验收证据
截图显示腾讯云实时 ASR、TokenHub 润色及 iTerm2 插入链路均成功完成。