repository
0.0.0-20231201011303-e37d8fb10a67
Repository: https://github.com/airdb/chat-gateway.git
Documentation: pkg.go.dev
# README
chat-gateway
Chat Gatway 是一个 chat 网关,用来分发请求到不通的 AI Provider
编译部署
# 构建镜像
make build
# 启动服务
make start
# 停止服务
make stop
# 查看日志
make logs