mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-11-29 18:57:34 +08:00
.. | ||
core | ||
handler | ||
logger | ||
res | ||
service | ||
store | ||
test | ||
utils | ||
.gitignore | ||
config.sample.toml | ||
fresh.conf | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
README.md |
chatgpt-plus-go
chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架,ORM 采用的是 GORM 框架。