Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-03 08:28:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
BaiFu
2025-11-03 13:48:27 +0800
Commit
bda4343c48a04983a82288c40cd118b7c3ed59c7
bda4343c
1 parent
0aaf81ba
chore: stop track config.py
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
.gitignore
README.md
config.py → config.py.example
.gitignore
View file @
bda4343
...
...
@@ -295,6 +295,7 @@ secrets.json
*.key
*.pem
*.crt
config.py
# API 密钥
api_keys.txt
...
...
README.md
View file @
bda4343
...
...
@@ -223,6 +223,8 @@ playwright install chromium
#### 4.1 配置API密钥
复制一份
`config.py.example` 文件,命名为 `config.py`
编辑
`config.py`
文件,填入您的API密钥(您也可以选择自己的模型、搜索代理,详情见config文件内):
```
python
...
...
config.py → config.py
.example
View file @
bda4343
Please
register
or
login
to post a comment