geekai/api
2024-03-04 08:34:12 +08:00
..
core fix: fix major bugs for unauthorized access to data 2024-03-03 10:40:32 +08:00
handler Merge branch 'dev' of gitee.com:blackfox/chatgpt-plus-pro into dev 2024-03-04 08:34:12 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
service fix: fix major bugs for unauthorized access to data 2024-03-03 10:40:32 +08:00
store feat: allow to view chat message in manager console 2024-02-22 17:16:44 +08:00
test feat: download image which ai generated in dialog and replace the image url 2024-02-20 18:38:03 +08:00
utils opt: add default extension for mj image 2024-01-30 21:46:17 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml feat: add removing order button in admin order list page 2024-03-03 19:27:22 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: support CDN reverse proxy for MidJourney and OpenAI API 2023-12-22 17:25:31 +08:00
go.sum feat: support CDN reverse proxy for MidJourney and OpenAI API 2023-12-22 17:25:31 +08:00
main.go Merge branch 'dev' of gitee.com:blackfox/chatgpt-plus-pro into dev 2024-03-04 08:34:12 +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 框架。