Conversation
This was referenced Sep 25, 2026
Collaborator
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 #1095。
百炼自定义 ASR 模型的接口原先完全依赖模型名推断,未收录的模型可能在本地验证阶段被拒绝。现在可在每个百炼渠道选择具体接口,验证和实际录音统一采用该选择。
修复 / 新增 / 改进
asr.advanced_config.bailianProtocol,保留其他高级配置;恢复自动识别时移除覆盖值。录音启动时固定协议快照,避免配置修改影响正在进行的会话。qwen-audio-3.0-asr-flash-streaming的自动分类,并同步八种界面语言。兼容
a8ebcf6f;不包含胶囊逐字动画、流式原文显示或历史记录改动。TaskSpawner启动。后者保留稳定模式直到结束录音才启动转写的行为;未修改 CI 配置或跳过检查。测试计划
cargo test --locked -p openless-core:本地核心和集成测试通过;最终提交的 Linux CI 核心单元测试 826 通过、1 忽略,集成测试通过。cargo clippy --locked -p openless-core --all-targets -- -D warnings:通过。scripts/check-core-runtime-seam.ps1及宿主调度器回归测试:通过。scripts/bailian-protocol-h5.mjs浏览器测试:通过;覆盖六种选项、渠道隔离、自动模式恢复、保存与关闭协调、无效配置阻止验证。未使用真实 API Key 对所有自定义模型进行线上转写测试,也未替换维护者日常安装的应用。回滚可按三个独立提交分别撤销接口选择、基线静态检查修复和宿主调度修复。