geekai/api
2024-01-25 18:50:24 +08:00
..
core feat: add blend and swapface task implements for midjourney 2024-01-25 18:50:24 +08:00
handler feat: add blend and swapface task implements for midjourney 2024-01-25 18:50:24 +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 feat: add blend and swapface task implements for midjourney 2024-01-25 18:50:24 +08:00
store opt: verify the order in notify callback 2024-01-22 13:58:25 +08:00
test feat: midjourney plus service is ready 2024-01-11 18:16:48 +08:00
utils feat: add blend and swapface task implements for midjourney 2024-01-25 18:50:24 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml doc: update config sample file 2024-01-23 17:56: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 feat: merge sms branch,add DuanXinBao sms service implemetation 2024-01-23 16:16:47 +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 框架。