first commit
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user