geekai/api
2023-10-13 18:05:40 +08:00
..
core feat: XunFei ai mode api implements is ready 2023-10-11 18:17:03 +08:00
handler feat: create chat app list page, build the layout of page 2023-10-13 18:05:40 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
res doc: update database sql file 2023-10-08 20:44:55 +08:00
service feat: add system config item for reward image, add app config item to use custom text2img param json file 2023-10-08 17:48:50 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
test opt: close websocket connection when finish a chat call for XunFei API 2023-10-12 10:02:12 +08:00
utils feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
.gitignore feat: 集成微信收款服务 2023-07-20 17:46:32 +08:00
config.sample.toml docs: udpate readme and config.toml template 2023-10-08 18:09:46 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
go.sum feat: migrate the chatgpt-plus-ext project code to this project 2023-09-27 18:14:07 +08:00
main.go feat: adjust package struct, put chat code the seperate 'chatimpl' package, fix bug: baidu api chat context number must be even number 2023-10-11 15:46:40 +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 框架。