geekai/api
2023-12-21 15:00:46 +08:00
..
core opt: optimize image compress alg, add cache control for image 2023-12-21 15:00:46 +08:00
handler feat: add funcitons manger page 2023-12-21 08:58:24 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res feat: add funcitons manger page 2023-12-21 08:58:24 +08:00
service opt: optimize image compress alg, add cache control for image 2023-12-21 15:00:46 +08:00
store feat: auto translate image creating prompt 2023-12-19 18:54:19 +08:00
test feat: 为大图片生成缩略图,加快前端图片加载速度 2023-11-28 12:04:02 +08:00
utils feat: auto translate image creating prompt 2023-12-19 18:54:19 +08:00
.gitignore feat: integrated Alipay payment module 2023-11-06 17:55:46 +08:00
config.sample.toml chore: update default config.toml 2023-12-15 11:23:13 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
go.sum option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
main.go opt: optimize image compress alg, add cache control for image 2023-12-21 15:00:46 +08:00
Makefile docs: add arm64 build script 2023-12-07 15:44:20 +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 框架。