docs(README): Update configuration instructions

Instruct users to copy config.py.example to config.py for local setup.
This commit is contained in:
ghmark675
2025-11-03 12:20:58 +08:00
committed by BaiFu
parent 6fd897d82a
commit dba7fa9902
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -245,6 +245,9 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview"
#### 4.2 Database Initialization
**Option 1: Use Local Database**
You can refer to `MindSpider\config.py\config.py.example` for the configuration template, and you can copy this file and rename it to `config.py`.
```bash
# Local MySQL database initialization
cd MindSpider