Files
crewai/.env.example

16 lines
286 B
Plaintext
Raw Permalink Normal View History

2026-03-13 18:12:31 +08:00
# DashScope API 配置
# 获取 API Key: https://dashscope.console.aliyun.com/
DASHSCOPE_API_KEY=your_dashscope_api_key_here
2026-03-13 14:20:58 +08:00
2026-03-13 18:12:31 +08:00
# Qwen 模型配置
QWEN_MODEL=qwen3.5-flash
QWEN_TEMPERATURE=0.7
QWEN_MAX_TOKENS=4096
2026-03-13 14:20:58 +08:00
2026-03-13 18:12:31 +08:00
# 服务器配置
2026-03-13 14:20:58 +08:00
HOST=0.0.0.0
PORT=8000
2026-03-13 18:12:31 +08:00
# 日志配置
LOG_LEVEL=info