geekai/api
2023-11-23 07:11:13 +08:00
..
core feat: reset password function is ready 2023-11-22 18:00:45 +08:00
handler feat: 支持讯飞大模型 v3.0 2023-11-23 07:11:13 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res feat: update stable diffusion api version 2023-11-08 14:54:10 +08:00
service option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
store feat: 支持讯飞大模型 v3.0 2023-11-23 07:11:13 +08:00
test option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
utils feat: update stable diffusion api version 2023-11-08 14:54:10 +08:00
.gitignore feat: integrated Alipay payment module 2023-11-06 17:55:46 +08:00
config.sample.toml docs: update readme and config sample files 2023-11-16 17:20:38 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
go.sum option: replace leveldb with redis in storing message code 2023-11-22 10:57:24 +08:00
main.go feat: 支持讯飞大模型 v3.0 2023-11-23 07:11:13 +08:00
Makefile chore: update bin file name 2023-08-22 22:18:07 +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 框架。