Go to file
chenhao 324e283f41 refactor: 优化模型配置验证和测试逻辑
- 更新 `AiModelServiceImpl` 中的验证逻辑,改进错误信息
- 在 `pushAsrConfig` 方法中添加对空白 `apiKey` 的处理
- 添加单元测试以验证自定义 LLM 和 ASR 模型在没有 `apiKey` 时的行为
- 更新前端 `AiModels.tsx` 中的表单验证逻辑,移除 `apiKey` 的必填规则并添加警告提示
2026-04-22 09:53:34 +08:00
backend refactor: 优化模型配置验证和测试逻辑 2026-04-22 09:53:34 +08:00
components feat: 增强会议配置解析和日志级别设置 2026-04-10 09:14:00 +08:00
frontend refactor: 优化模型配置验证和测试逻辑 2026-04-22 09:53:34 +08:00
.gitignore feat: 增强实时会议gRPC服务和会话状态管理 2026-04-08 19:15:03 +08:00
init.md feat: 添加会议创建事件和任务调度监听器 2026-03-03 15:51:17 +08:00