cf81290ae773a851996fcda0f7110cafc4e6924b
protoc \
--go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./proto/xxx.proto
# 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 .
Description
Languages
JavaScript
83.3%
Vue
7.2%
Go
4.3%
TypeScript
2.3%
Less
1.5%
Other
1.3%