geekai/api
2023-09-16 14:01:53 +08:00
..
core feat: midjourney page task and image list component is ready 2023-09-15 17:40:39 +08:00
handler feat: midjourney page task and image list component is ready 2023-09-15 17:40:39 +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: add task type params for add new mj task 2023-09-16 14:01:53 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: midjourney page task and image list component is ready 2023-09-15 17:40:39 +08:00
test feat: optimize mj notidy api, use job queue to send ai drawing request 2023-09-13 15:50:00 +08:00
utils fix: replace session handler with jwt authorization 2023-09-05 11:47:03 +08:00
.gitignore feat: 集成微信收款服务 2023-07-20 17:46:32 +08:00
config.sample.toml feat: add QiNiu OSS storage implements 2023-09-06 14:37:13 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: add QiNiu OSS storage implements 2023-09-06 14:37:13 +08:00
go.sum feat: add QiNiu OSS storage implements 2023-09-06 14:37:13 +08:00
main.go feat: midjourney page task and image list component is ready 2023-09-15 17:40:39 +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 框架。