geekai/api/go
2023-06-28 05:51:55 +08:00
..
core opt: 优化启动参数接收处理 2023-06-28 05:51:55 +08:00
handler feat: vue-mobile => 完成用户信息修改功能,前后端都添加文件上传功能。 2023-06-27 12:11:55 +08:00
logger refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
res refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
static feat: vue-mobile => 完成移动端聊天配置功能 2023-06-26 18:18:45 +08:00
store feat: vue-mobile => 完成用户信息修改功能,前后端都添加文件上传功能。 2023-06-27 12:11:55 +08:00
test fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
utils fix: 修复 markdown 换行符不解析的 Bug,修复新发布的模型 token 统计失败错误 2023-06-27 14:18:20 +08:00
.gitignore feat: vue-mobile => 完成移动端聊天配置功能 2023-06-26 18:18:45 +08:00
config.sample.toml docs: 增加容器部署文档 2023-06-25 11:06:18 +08:00
fresh.conf refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
go.mod opt: 通过环境变量来传参,修正 docker compose 配置参数 2023-06-27 18:29:46 +08:00
go.sum opt: 通过环境变量来传参,修正 docker compose 配置参数 2023-06-27 18:29:46 +08:00
main.go opt: 优化启动参数接收处理 2023-06-28 05:51:55 +08:00
Makefile chore: update config sample file 2023-06-15 16:03:42 +08:00
README.md opt: automatic get the host for api and websocket from the 'location' var 2023-06-15 14:39:05 +08:00

chatgpt-plus-go

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