ai-robot-core/ai-service-admin
MerCry b3680bda8a [AC-LLM-MULTI] feat(llm): 实现 LLM 多用途配置功能
- 新增 LLMUsageType 枚举支持 chat 和 kb_processing 两种用途
- 扩展 LLMConfig 支持按用途类型存储不同配置
- 更新 LLMClient 接口支持 Any 类型的消息内容
- 新增管理后台 API 支持获取用途类型列表和按用途获取配置
- 更新前端 LLM 配置页面支持多用途配置切换
2026-03-11 18:56:01 +08:00
..
public fix: resolve ElementPlus checkbox deprecation warning and add favicon [AC-IDSMETA-13] 2026-03-02 22:45:31 +08:00
src [AC-LLM-MULTI] feat(llm): 实现 LLM 多用途配置功能 2026-03-11 18:56:01 +08:00
.dockerignore feat: 添加Docker容器部署配置 [AC-AISVC-01] 2026-02-26 01:22:30 +08:00
.env.example fix: 修复Docker部署健康检查路径和API Key配置 [AC-AISVC-01] 2026-02-26 02:41:33 +08:00
.gitignore feat(asa): implement ai-service-admin infrastructure and modules [AC-ASA-01] 2026-02-24 14:54:14 +08:00
Dockerfile fix: add optionalDependencies for Alpine Linux build support [AC-IDS-13] 2026-03-03 00:55:28 +08:00
index.html fix: resolve ElementPlus checkbox deprecation warning and add favicon [AC-IDSMETA-13] 2026-03-02 22:45:31 +08:00
nginx.conf fix: 简化Nginx代理配置,移除upstream变量 [AC-AISVC-50] 2026-02-26 11:50:03 +08:00
package-lock.json fix(ASA): 修复模板变量语法错误并安装 vuedraggable 依赖 2026-02-27 19:22:26 +08:00
package.json fix: add optionalDependencies for Alpine Linux build support [AC-IDS-13] 2026-03-03 00:55:28 +08:00
tsconfig.json fix: 修复TypeScript类型错误以兼容vue-tsc v2 [AC-AISVC-01] 2026-02-26 02:19:51 +08:00
tsconfig.node.json feat(asa): implement ai-service-admin infrastructure and modules [AC-ASA-01] 2026-02-24 14:54:14 +08:00
vite.config.ts fix: update vite proxy target to 127.0.0.1 for better compatibility 2026-03-05 20:35:43 +08:00