Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 413 Bytes

File metadata and controls

29 lines (24 loc) · 413 Bytes

AiChatPartner-api

环境

  1. go 1.23.2 linux/amd64
  2. goctl 1.7.3 linux/amd64
  3. mysql 5.7.43

运行

# api server
cd api/api
go mod tidy
go run api.go -f etc/api-api.yaml

# websocket server
cd api/websocket
go mod tidy
go run websocket.go -f etc/websocket.yaml

# rpc server
cd rpc/chat
go mod tidy
go run chat.go -f etc/chat.yaml