geekai/api
2024-04-24 10:10:03 +08:00
..
core feat: stable diffusion image drawing on mobile is ready 2024-04-03 18:13:48 +08:00
handler output the error to chat page directly, replace the common error message 'AI开小差' 2024-04-24 10:10:03 +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 fixed upscale and variation action url 2024-04-15 15:14:49 +08:00
store feat: image preview for stable-diffusion task is ready 2024-04-02 17:24:38 +08:00
test feat: image preview for stable-diffusion task is ready 2024-04-02 17:24:38 +08:00
utils feat: update menu icons, add version in site titles 2024-04-01 18:20:00 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml fix: fix overflow hidden for mobile page 2024-03-28 18:13:33 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: image preview for stable-diffusion task is ready 2024-04-02 17:24:38 +08:00
go.sum feat: image preview for stable-diffusion task is ready 2024-04-02 17:24:38 +08:00
main.go fix 404 error with remove api keys 2024-04-07 08:01:25 +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 框架。