update readme
This commit is contained in:
14
EN_README.md
14
EN_README.md
@@ -212,7 +212,11 @@ You can also join the QQ group for discussion: 1071821688. Verification answer i
|
|||||||
|
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
```bash
|
```bash
|
||||||
|
# Backend dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Frontend dependencies (Node.js environment required)
|
||||||
|
cd web && npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Configure LLM:
|
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.)
|
Supports all API providers compatible with OpenAI interface format (e.g., Qwen, DeepSeek, SiliconFlow, OpenRouter, etc.)
|
||||||
|
|
||||||
4. Run:
|
You can also configure LLM parameters directly in the frontend:
|
||||||
Need to start both backend and frontend.
|
|
||||||
|
|
||||||
|
<img src="assets/llm_config.png" alt="Frontend LLM Config" width="100%">
|
||||||
|
|
||||||
|
4. Run:
|
||||||
```bash
|
```bash
|
||||||
# In project root
|
# Start service (Recommended dev mode, automatically starts frontend)
|
||||||
python src/server/main.py
|
python src/server/main.py --dev
|
||||||
```
|
```
|
||||||
The browser will automatically open the web frontend.
|
The browser will automatically open the web frontend.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user