geekai/api
2024-03-27 13:45:52 +08:00
..
core feat: auto translate and rewrite prompt for midjourney and stable-diffusion 2024-03-27 13:45:52 +08:00
handler feat: auto translate and rewrite prompt for midjourney and stable-diffusion 2024-03-27 13:45:52 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res feat: stable-diffusion refactored, replace websocket api with sdapi 2024-03-26 18:23:08 +08:00
service feat: auto translate and rewrite prompt for midjourney and stable-diffusion 2024-03-27 13:45:52 +08:00
store feat: the power log page is ready 2024-03-20 14:14:30 +08:00
test feat: stable-diffusion refactored, replace websocket api with sdapi 2024-03-26 18:23:08 +08:00
utils feat: auto translate and rewrite prompt for midjourney and stable-diffusion 2024-03-27 13:45:52 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml fix: can not change user's power in admin console 2024-03-25 11:40:03 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: 优化后台UI 2024-03-11 13:51:26 +08:00
go.sum feat: 优化后台UI 2024-03-11 13:51:26 +08:00
main.go feat: auto translate and rewrite prompt for midjourney and stable-diffusion 2024-03-27 13:45:52 +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 框架。