geekai/api
2024-03-23 15:45:37 +08:00
..
core feat: integrate xxl-job-admin to implements automatic task scheduling 2024-03-22 13:47:16 +08:00
handler No need to login with Stable-Diffusion page and Invite page 2024-03-23 15:45:37 +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 chore: correct prompt messages 2024-03-22 18:27:57 +08:00
store feat: the power log page is ready 2024-03-20 14:14:30 +08:00
test chore: correct prompt messages 2024-03-22 18:27:57 +08:00
utils feat: integrate xxl-job-admin to implements automatic task scheduling 2024-03-22 13:47:16 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml refactor: remove api change to post request 2024-03-13 14:40:38 +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: add manager list page in console page 2024-03-21 15:24:28 +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 框架。