feat(provider): 增加腾讯云实时语音处理链路 - #1020
Open
kevin1sMe wants to merge 2 commits into
Open
Conversation
Collaborator
|
重构已完成,作者可以开始解决冲突、或者是将PR交由我接管 |
Collaborator
|
在作者回复前,先转为draft |
H-Chris233
marked this pull request as draft
September 7, 2026 17:21
kevin1sMe
force-pushed
the
feat/tencent-cloud-tokenhub-asr
branch
from
September 8, 2026 16:40
17307c2 to
8744ddf
Compare
Rebase onto Core 2.0: Hunyuan realtime ASR and TokenHub polish now live in openless-core with the shared provider registry, credentials, and cloud transcription session lifecycle.
kevin1sMe
force-pushed
the
feat/tencent-cloud-tokenhub-asr
branch
from
September 8, 2026 23:16
8744ddf to
136e7ef
Compare
kevin1sMe
marked this pull request as ready for review
September 9, 2026 02:06
Author
|
已经就绪,本地构建 OK。请review |
Collaborator
|
开始review |
…elds Resolve the providers.ts conflict by using Core's mock descriptor fixture, and add TokenHub / Hunyuan ASR entries so the browser snapshot stays in sync. Update the Tencent Cloud credential form to the new ProviderTools API.
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 插入链路均成功完成。