geekai/api/go
2023-06-26 18:18:45 +08:00
..
core feat: vue-mobile => 完成移动端聊天配置功能 2023-06-26 18:18:45 +08:00
handler feat: vue-mobile => 完成移动端聊天配置功能 2023-06-26 18:18:45 +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-26 18:18:45 +08:00
test fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
utils refactor: embed xdb file for ip2region 2023-06-22 11:08:44 +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 fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
go.sum fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
main.go fixed: go-api => 增加全局错误处理 handler,修复业务处理异常导致服务退出的 Bug 2023-06-25 11:34: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 框架。