优化摘要配置加载与文档输出兼容性,并补充本地配置忽略规则。
通过引入 config.yaml.example 和环境变量覆盖提升可配置性,同时统一 Word 默认中文字体并忽略本地 config.yaml,避免敏感信息误提交。 Made-with: Cursor
This commit is contained in:
8
config.yaml.example
Executable file
8
config.yaml.example
Executable file
@@ -0,0 +1,8 @@
|
||||
# 零差云控爬虫配置模板
|
||||
# 复制此文件为 config.yaml 并填入实际值
|
||||
|
||||
llm:
|
||||
base_url: "https://yiming.zeroerr.team/v1"
|
||||
api_key: "your-api-key-here"
|
||||
model: "minimax-2.5"
|
||||
max_tokens: 40960
|
||||
Reference in New Issue
Block a user