From 46b2f00a6eb7d92ef695a254df8c4ed3c44d3287 Mon Sep 17 00:00:00 2001 From: ghmark675 <188834327+ghmark675@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:38:09 +0800 Subject: [PATCH] docs(README-EN): Update configuration instructions Instruct users to copy config.py.example to config.py for local setup. --- README-EN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-EN.md b/README-EN.md index 0650bb5..d03bd09 100644 --- a/README-EN.md +++ b/README-EN.md @@ -218,6 +218,8 @@ playwright install chromium #### 4.1 Configure API Keys +Copy the `config.py.example` file to `config.py` + 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): ```python