add submodule: kvstore

This commit is contained in:
2026-04-14 04:48:40 +00:00
parent 8d8130bbf0
commit a1254d5723
15 changed files with 68 additions and 227 deletions

View File

@@ -8,23 +8,8 @@ protoc \
```
```shell
# ai-chat-web
git submodule update --init --recursive
# ai-chat-backend
docker build -t ai-chat-backend:1.0.0 .
./script/run.sh
# 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 .
```