geekai/api
2023-08-21 10:55:49 +08:00
..
core feat: delete the old avatar image file when update the user profile 2023-08-21 06:27:30 +08:00
handler chore: remove debug codes 2023-08-21 10:55:49 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
service feat: delete the old avatar image file when update the user profile 2023-08-21 06:27:30 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: add authorization for MidJourney function calls 2023-08-16 23:16:44 +08:00
test feat: add oss service factory implements, add support for setting custom upload handler, localstorage and minio oss 2023-08-20 22:29:08 +08:00
utils feat: delete the old avatar image file when update the user profile 2023-08-21 06:27:30 +08:00
.gitignore feat: 集成微信收款服务 2023-07-20 17:46:32 +08:00
config.sample.toml doc: update readme docs 2023-08-21 06:57:04 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: add minio service implementation, download midjourney image to local storage 2023-08-20 16:17:42 +08:00
go.sum feat: add minio service implementation, download midjourney image to local storage 2023-08-20 16:17:42 +08:00
main.go feat: add oss service factory implements, add support for setting custom upload handler, localstorage and minio oss 2023-08-20 22:29:08 +08:00
Makefile feat: midjourney image upscale function is ready 2023-08-15 15:28:40 +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 框架。