geekai/api/go
2023-06-16 10:00:05 +08:00
..
core refactor: add system config key 'user_init_calls' to init the new register user's api calls 2023-06-15 10:06:21 +08:00
handler opt: update the main chat compnent after updating the user profile 2023-06-15 11:29:16 +08:00
logger refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
res refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
service refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
store refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
test refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
utils refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
.gitignore refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
chatgpt-v3-amd64-linux fix: fixed bug for ssl websocket url 2023-06-16 10:00:05 +08:00
config.sample.toml chore: update config sample file 2023-06-15 16:03:42 +08:00
fresh.conf refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
go.mod refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
go.sum refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
main.go refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
Makefile chore: update config sample file 2023-06-15 16:03:42 +08:00
README.md opt: automatic get the host for api and websocket from the 'location' var 2023-06-15 14:39:05 +08:00

chatgpt-plus-go

chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架ORM 采用的是 GORM 框架。