feat(provider): 增加腾讯云实时语音处理链路 - #1020
Merged
H-Chris233 merged 3 commits intoSep 9, 2026
Merged
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
Contributor
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.
H-Chris233
pushed a commit
to MarkShawn2020/openless
that referenced
this pull request
Sep 10, 2026
…/Mac 听写键、Open-Less#1020 腾讯云实时语音、Open-Less#1044 统一模型字段与异步保存隔离)并完成 2.0 UI 适配 冲突解决原则:2.0 重写的界面以本地为准,云端功能语义全部移植—— - ProviderForm 离开收敛接入 SettingsModal / ChannelList / LlmProtocolFields / CredentialField(关闭、切节、换供应商前冲掉防抖写入并等待在途写完成) - 腾讯云三段式密钥 + 固定模型档分支移植进 2.0 ChannelCredentialFields;OAuth 静态模型走描述符 - Mac 听写键进入 ShortcutRecorder(allowMacDictationKey)并改用 refresh 拉新偏好 - 远程输入手机页新证书信任流程(持久本地 CA + 描述文件/CA 下载 + 复制链接),de/es/fr 补齐全套新文案 - 纯格式分歧文件取云端后 prettier 归一;双方新增内容(i18n、测试)两侧保留
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 插入链路均成功完成。