geekai/api
2023-10-09 12:05:51 +08:00
..
core feat: add system config item for reward image, add app config item to use custom text2img param json file 2023-10-08 17:48:50 +08:00
handler docs: add 3.1.4 release version change logs 2023-10-09 12:05:51 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res doc: update database sql file 2023-10-08 20:44:55 +08:00
service feat: add system config item for reward image, add app config item to use custom text2img param json file 2023-10-08 17:48:50 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
test feat: add system config item for reward image, add app config item to use custom text2img param json file 2023-10-08 17:48:50 +08:00
utils feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
.gitignore feat: 集成微信收款服务 2023-07-20 17:46:32 +08:00
config.sample.toml docs: udpate readme and config.toml template 2023-10-08 18:09:46 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
go.sum feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
main.go docs: add 3.1.4 release version change logs 2023-10-09 12:05:51 +08:00
Makefile chore: update bin file name 2023-08-22 22:18:07 +08:00
README.md refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00

chatgpt-plus-go

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