Showing
3 changed files
with
3 additions
and
0 deletions
| @@ -223,6 +223,8 @@ playwright install chromium | @@ -223,6 +223,8 @@ playwright install chromium | ||
| 223 | 223 | ||
| 224 | #### 4.1 配置API密钥 | 224 | #### 4.1 配置API密钥 |
| 225 | 225 | ||
| 226 | +复制一份 `config.py.example` 文件,命名为 `config.py` | ||
| 227 | + | ||
| 226 | 编辑 `config.py` 文件,填入您的API密钥(您也可以选择自己的模型、搜索代理,详情见config文件内): | 228 | 编辑 `config.py` 文件,填入您的API密钥(您也可以选择自己的模型、搜索代理,详情见config文件内): |
| 227 | 229 | ||
| 228 | ```python | 230 | ```python |
-
Please register or login to post a comment