通过引入 config.yaml.example 和环境变量覆盖提升可配置性,同时统一 Word 默认中文字体并忽略本地 config.yaml,避免敏感信息误提交。 Made-with: Cursor
9 lines
210 B
Plaintext
Executable File
9 lines
210 B
Plaintext
Executable File
# 零差云控爬虫配置模板
|
|
# 复制此文件为 config.yaml 并填入实际值
|
|
|
|
llm:
|
|
base_url: "https://yiming.zeroerr.team/v1"
|
|
api_key: "your-api-key-here"
|
|
model: "minimax-2.5"
|
|
max_tokens: 40960
|