Files
mchat/README.md
2026-04-10 12:00:03 +08:00

30 lines
500 B
Markdown

```shell
protoc \
--go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./proto/xxx.proto
```
```shell
# ai-chat-web
# ai-chat-backend
docker build -t ai-chat-backend:1.0.0 .
# ai-chat-service
docker build -t ai-chat-service:1.0.0 .
# chatgpt-web-frontend
HUSKY=0 pnpm bootstrap
pnpm dev
docker build -t chatgpt-web-frontend:1.0.0 .
# tokenizer
docker build -t tokenizer:1.0.0 .
# keywords-filter
docker build -t keywords-filter:1.0.0 .
```