geekai/api
2023-11-08 16:51:36 +08:00
..
core feat: different AI model consuming different amounts of use_calls 2023-10-26 14:38:06 +08:00
handler fix: 添加messages为空校验 2023-11-08 16:51:36 +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 opt:update mj api version, wrapper chat api error message as a constant 2023-11-06 15:03:56 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: 支持文心4.0模型,不同的用户可以订阅不同的AI模型 2023-10-26 13:41:49 +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: finish adding chat role to user function 2023-10-16 06:56:42 +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 opt: adjust styles for ItemList component, cut string for chat role's hello message 2023-10-16 10:46:10 +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 框架。