Files
geekai/api
RockYang f8a01cb9a2 feat: 启动时自动同步 model 与数据表字段
用 AutoMigrate 补齐缺列,并删除 model 中已不存在的多余列(保护 id/时间戳),修复 ChatModel.desc 等字段缺失导致的 1054 错误。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 10:37:38 +08:00
..
2026-04-05 21:35:30 +08:00
2025-04-25 17:57:08 +08:00
2025-09-13 10:48:00 +08:00
2025-04-01 17:03:51 +08:00
2025-09-10 17:04:37 +08:00
2025-04-17 13:55:31 +08:00
2024-09-20 15:50:04 +08:00
2025-08-21 16:28:30 +08:00
2025-09-12 18:58:52 +08:00
2025-09-12 18:58:52 +08:00
2026-04-05 21:35:30 +08:00

chatgpt-plus-go

chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架,ORM 采用的是 GORM 框架。