geekai/api/go
2023-06-20 18:05:33 +08:00
..
core refactor: chat role manage for admin is ready 2023-06-20 11:46:13 +08:00
handler feat: API Key manage is ready 2023-06-20 18:05:33 +08:00
logger refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
res refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
store refactor: user remove is ready for console 2023-06-20 07:08:37 +08:00
test fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
utils refactor: chat role manage for admin is ready 2023-06-20 11:46:13 +08:00
.gitignore refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +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 fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
go.sum fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
main.go feat: API Key manage is ready 2023-06-20 18:05:33 +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 框架。