geekai/api
2024-12-24 17:43:40 +08:00
..
core fine-tune the new UI theme 2024-12-24 17:43:40 +08:00
handler fine-tune the new UI theme 2024-12-24 17:43:40 +08:00
logger chore: change module name to geekai, add copyright in source code 2024-05-06 14:41:27 +08:00
res add geek payment 2024-09-18 07:03:46 +08:00
service fixed bug for luma api response data parse error 2024-12-16 16:44:24 +08:00
store save task origin info for AI generating jobs 2024-11-11 17:22:08 +08:00
test add redeem code function 2024-08-08 18:28:50 +08:00
utils 支持按次收费的 OpenAI 实时语音通话功能 2024-12-20 18:21:54 +08:00
.gitignore wechat payment is ready for PC 2024-06-12 14:20:37 +08:00
config.sample.toml add release v4.1.4 2024-09-20 15:50:04 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod go 2024-11-20 18:54:50 +08:00
go.sum go 2024-11-20 18:54:50 +08:00
main.go 支持按次收费的 OpenAI 实时语音通话功能 2024-12-20 18:21:54 +08:00
Makefile fix bug for license synchronize 2024-05-04 21:30:29 +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 框架。