geekai/api/go
2023-07-10 07:05:56 +08:00
..
core test: add plugin test code 2023-07-10 07:05:56 +08:00
handler fixed conflicts 2023-07-06 10:49:38 +08:00
logger refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
res refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
service feat: 注册短信验证码验证功能已经开启 2023-07-02 20:51:13 +08:00
static feat: vue-mobile => 完成移动端聊天配置功能 2023-06-26 18:18:45 +08:00
store opt: 优化验证码发送逻辑,加入防刷验证 2023-07-04 17:15:02 +08:00
test test: add plugin test code 2023-07-10 07:05:56 +08:00
utils test: add plugin test code 2023-07-10 07:05:56 +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 feat: 注册短信验证码验证功能已经开启 2023-07-02 20:51:13 +08:00
go.sum feat: 注册短信验证码验证功能已经开启 2023-07-02 20:51:13 +08:00
main.go feat: 短信验证码功能已完成,手机端同步实现。 2023-07-03 15:18:15 +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 框架。