From 5d69334b13526d49a66dca9fe41ee81288d0646c Mon Sep 17 00:00:00 2001 From: bridge Date: Thu, 1 Jan 2026 17:32:41 +0800 Subject: [PATCH] update readme --- EN_README.md | 14 ++++++++++---- README.md | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/EN_README.md b/EN_README.md index dc24dd2..6b5154b 100644 --- a/EN_README.md +++ b/EN_README.md @@ -212,7 +212,11 @@ You can also join the QQ group for discussion: 1071821688. Verification answer i 2. Install dependencies: ```bash + # Backend dependencies pip install -r requirements.txt + + # Frontend dependencies (Node.js environment required) + cd web && npm install ``` 3. Configure LLM: @@ -226,12 +230,14 @@ You can also join the QQ group for discussion: 1071821688. Verification answer i ``` Supports all API providers compatible with OpenAI interface format (e.g., Qwen, DeepSeek, SiliconFlow, OpenRouter, etc.) -4. Run: - Need to start both backend and frontend. + You can also configure LLM parameters directly in the frontend: + Frontend LLM Config + +4. Run: ```bash - # In project root - python src/server/main.py + # Start service (Recommended dev mode, automatically starts frontend) + python src/server/main.py --dev ``` The browser will automatically open the web frontend. diff --git a/README.md b/README.md index 53e3136..1249704 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ 也支持在前端直接配入LLM参数: - 前端LLM配置 + 前端LLM配置 4. 运行: ```bash @@ -249,7 +249,7 @@ - Aku, 世界观\玩法设计与讨论 ## 致谢 -- 参考了ailifeengine部分ui +- 参考了ai life engine部分ui ## 许可证