geekai/api
2024-06-03 14:22:08 +08:00
..
core enable to update AI Drawing configuarations in admin console page 2024-05-11 17:27:14 +08:00
handler merge v4.0.6 2024-06-03 14:22:08 +08:00
logger chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
res feat: stable-diffusion refactored, replace websocket api with sdapi 2024-03-26 18:23:08 +08:00
service merge v4.0.6 2024-06-03 14:22:08 +08:00
store chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
test chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
utils chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
.gitignore fix: fixed chat export page styles 2024-01-02 11:32:36 +08:00
config.sample.toml opt: optimize index and login page UI 2024-04-26 16:07:02 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
go.sum optimize styles and release v4.0.4 2024-04-23 18:46:32 +08:00
main.go merge v4.0.6 2024-06-03 14:22:08 +08:00
Makefile fix bug for license synchronize 2024-05-04 21:30:29 +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 框架。