555 Commits

Author SHA1 Message Date
7b7d859be1 bugfix 2026-05-23 18:33:10 +08:00
e37073b713 buggix 2026-05-23 17:22:26 +08:00
4ee67aa022 buggix 2026-05-23 17:21:52 +08:00
0a9ebf48cf buggix 2026-05-23 17:20:26 +08:00
b4d01099ac buggix 2026-05-22 18:18:21 +08:00
408f8acadc buggix 2026-05-22 17:58:34 +08:00
dfe961e4c9 buggix 2026-05-22 17:55:32 +08:00
0723395119 buggix 2026-05-22 17:53:24 +08:00
bcff4e1169 bugfix 2026-05-22 17:51:02 +08:00
7f681e30b9 buggix 2026-05-22 17:38:06 +08:00
d2b97bccdc buggix 2026-05-22 17:35:00 +08:00
2b0283fbae buggix 2026-05-22 17:33:01 +08:00
ef4d854424 buggix 2026-05-22 16:53:10 +08:00
410ab1d2e4 buggix 2026-05-22 15:47:00 +08:00
4807508348 buggix 2026-05-22 14:44:12 +08:00
711e4fa6f9 buggix 2026-05-22 14:43:17 +08:00
90a036e6a9 buggix 2026-05-22 14:39:08 +08:00
7523e67214 buggix 2026-05-22 14:28:51 +08:00
2f29674ec0 buggix 2026-05-22 14:27:47 +08:00
5d836a4504 buggix 2026-05-22 13:38:54 +08:00
90a8d83096 buggix 2026-05-22 13:36:30 +08:00
15a5e1d362 buggix 2026-05-22 13:34:24 +08:00
2ab106648f buggix 2026-05-22 13:12:30 +08:00
7cd93a7999 buggix 2026-05-22 13:06:02 +08:00
27a846c3c9 buggix 2026-05-22 13:01:43 +08:00
6a430112f4 buggix 2026-05-22 12:58:03 +08:00
522425051d buggix 2026-05-22 12:06:51 +08:00
fa5dd78cca buggix 2026-05-22 12:02:14 +08:00
1dd071e310 buggix 2026-05-22 11:51:35 +08:00
2661ebbc77 buggix 2026-05-22 11:48:25 +08:00
66ed700261 bugfix 2026-05-22 11:33:02 +08:00
7e6054c230 buggix 2026-05-22 11:25:21 +08:00
b7a9bd11c7 buggix 2026-05-22 11:24:02 +08:00
5cc249e691 buggix 2026-05-21 23:34:43 +08:00
3e886938be bugfix 2026-05-21 17:33:35 +08:00
c1fa4004a2 bugfix 2026-05-21 17:19:36 +08:00
d5b1d934c1 bugfix 2026-05-21 17:12:59 +08:00
21df5fdc80 bugfix 2026-05-21 16:50:55 +08:00
9b7f0e79fc bugfix 2026-05-21 16:35:50 +08:00
5b3c7d4d02 refactor: 废弃llm_catalog_rel表, 分类关系改用llm_api_map
- 删除 llm_catalog_rel 表定义(models/json/xlsx)、CRUD文件、管理页面、迁移脚本
- utils.py: get_llms_by_catelog/get_llms_by_catelog_to_customer 的SQL从 llm_catalog_rel 改为 llm_api_map (加distinct去重)
- init.py: 缓存清除事件从 llm_catalog_rel 改为 llm_api_map
- menu.ui/index.ui: 移除类型关联菜单项
- dspy文件: v1/chat/completions, t2t, get_type_llms, list_catelog_models, list_paging_catelog_llms, llmcatelog_delete 全部改为 join llm_api_map
- 迁移脚本: 添加try/except兼容旧表不存在的情况
2026-05-21 16:22:59 +08:00
f1498178cc fix(llm_api_map_manage): 修正uitype规范+VScrollPanel滚动+llmid隐藏字段
- select→code, text→str, number→int 对齐bricks uitype规范
- 表单区域父容器改用VScrollPanel(height:500px)防止超出屏幕
- llmid改为uitype:hidden, 从params_kw.llmid获取值(从llm CRUD tool触发)
- 移除llmid的select下拉和label
2026-05-21 16:11:40 +08:00
ca21d5cf25 bugfix 2026-05-21 15:53:53 +08:00
9f4a64b6af fix: llm.json subtable add url pointing to llm_api_map_manage.ui (avoid unregistered /llmage/llm_api_map path) 2026-05-21 15:12:27 +08:00
71d366f73d bugfix 2026-05-21 13:59:21 +08:00
abafdb4eb9 bugfix 2026-05-21 13:35:00 +08:00
6031efaa67 bugfix 2026-05-21 13:33:32 +08:00
449e9db1f4 bugfix 2026-05-21 13:25:20 +08:00
76622381be bugfix 2026-05-21 13:19:48 +08:00
81bed1d384 feat: add json table definitions for all models (converted from xlsx) 2026-05-21 12:46:20 +08:00
17f6855b5a feat: add deployment scripts for llm_api_map migration
- scripts/migrate_llm_api_map_db.py: Direct DB migration (create table + migrate data)
  Supports --dry-run and --drop-old flags
- scripts/deploy_llmage.sh: One-click deployment script
  Orchestrates: git pull -> build -> migrate -> perms -> restart
2026-05-21 10:59:15 +08:00