fawney19
|
e21acd73eb
|
fix: 修复模型映射中重复关联的问题
在批量分配模型和编辑模型映射时,需要检查不仅是主模型名是否已关联,
还要检查其映射名称是否已存在,防止同一个上游模型被重复关联。
|
2025-12-28 19:40:07 +08:00 |
|
fawney19
|
dddb327885
|
refactor: 重构模型测试错误解析逻辑并修复用量统计变量引用
- 将 ModelsTab 和 ModelAliasesTab 中重复的错误解析逻辑提取到 errorParser.ts
- 添加 parseTestModelError 函数统一处理测试响应错误
- 为 testModel API 添加 TypeScript 类型定义 (TestModelRequest/TestModelResponse)
- 修复 endpoint_checker.py 中 usage_data 变量引用错误
|
2025-12-25 19:36:29 +08:00 |
|
hoping
|
26b4a37323
|
feat: 引入统一的端点检查器以重构适配器并改进错误处理和用量统计。
|
2025-12-25 00:02:56 +08:00 |
|
fawney19
|
4e1aed9976
|
feat: add daily model statistics aggregation with stats_daily_model table
|
2025-12-20 02:39:10 +08:00 |
|
fawney19
|
e2e7996a54
|
feat: implement upstream model import and batch model assignment with UI components
|
2025-12-20 02:01:17 +08:00 |
|