Files
deepagents----/.env.example
2025-11-02 18:06:38 +08:00

21 lines
399 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DashScope API配置阿里云Qwen模型
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# Tavily搜索API配置
TAVILY_API_KEY=your_tavily_api_key_here
# LLM模型配置
LLM_MODEL=qwen-max
LLM_TEMPERATURE=0.7
LLM_MAX_TOKENS=4096
# 研究配置
DEFAULT_DEPTH=standard
DEFAULT_FORMAT=auto
DEFAULT_MIN_TIER=3
MAX_PARALLEL_SEARCHES=5
# 超时配置(秒)
SEARCH_TIMEOUT=30
AGENT_TIMEOUT=600