10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
# Dify 配置
|
|
DIFY_API_KEY=your_dify_api_key_here
|
|
DIFY_BASE_URL=https://dify.wutongshucloud.com
|
|
|
|
# DeepSeek 配置
|
|
DEEPSEEK_API_KEY=your_deepseek_api_key_here
|
|
|
|
# 工作流配置
|
|
WORKFLOW_NAME=漫画生成验证工作流
|
|
MODEL_NAME=deepseek-r1 |