13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
|
|
# YOYO翻译工具环境变量配置
|
||
|
|
# 复制此文件为.env并填入您的API密钥
|
||
|
|
|
||
|
|
# 大模型API配置
|
||
|
|
SILICONFLOW_API_KEY=your_siliconflow_api_key
|
||
|
|
VOLCANO_API_KEY=your_volcano_api_key
|
||
|
|
NATIONAL_API_KEY=your_national_api_key
|
||
|
|
QWEN_API_KEY=your_qwen_api_key
|
||
|
|
OPENAI_API_KEY=your_openai_api_key
|
||
|
|
|
||
|
|
# 应用配置(可选)
|
||
|
|
YOYO_DEFAULT_PROVIDER=siliconflow
|
||
|
|
YOYO_TIMEOUT=30
|