chore: stop track config.py

This commit is contained in:
ghmark675
2025-11-03 08:28:36 +08:00
committed by BaiFu
parent 0aaf81ba06
commit bda4343c48
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -295,6 +295,7 @@ secrets.json
*.key
*.pem
*.crt
config.py
# API 密钥
api_keys.txt
+2
View File
@@ -223,6 +223,8 @@ playwright install chromium
#### 4.1 配置API密钥
复制一份 `config.py.example` 文件,命名为 `config.py`
编辑 `config.py` 文件,填入您的API密钥(您也可以选择自己的模型、搜索代理,详情见config文件内):
```python
View File