Committed by
BaiFu
docs(README-EN): Update configuration instructions
Instruct users to copy config.py.example to config.py for local setup.
Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -218,6 +218,8 @@ playwright install chromium | @@ -218,6 +218,8 @@ playwright install chromium | ||
| 218 | 218 | ||
| 219 | #### 4.1 Configure API Keys | 219 | #### 4.1 Configure API Keys |
| 220 | 220 | ||
| 221 | +Copy the `config.py.example` file to `config.py` | ||
| 222 | + | ||
| 221 | Edit the `config.py` file and fill in your API keys (you can also choose your own models and search proxies; see the config file for details): | 223 | Edit the `config.py` file and fill in your API keys (you can also choose your own models and search proxies; see the config file for details): |
| 222 | 224 | ||
| 223 | ```python | 225 | ```python |
-
Please register or login to post a comment