forked from AQ-MedAI/MedResearcher-R1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
26 lines (22 loc) · 818 Bytes
/
Copy pathenv.example
File metadata and controls
26 lines (22 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## KnowledgeGraphConstruction
# LLM API 配置 - 用于一般处理
OPENAI_API_KEY=4d8cb93e-404e-4391-bae2-5cb7d1eb2570
OPENAI_API_BASE=https://ark.cn-beijing.volces.com/api/v3
OPENAI_MODEL=ep-20250822170357-x28nb
EMBEDDING_MODEL=ep-20250523101226-qn4gs
# QA专用模型配置 - 用于最终问题生成
QA_API_KEY=4d8cb93e-404e-4391-bae2-5cb7d1eb2570
QA_API_BASE=https://ark.cn-beijing.volces.com/api/v3
QA_MODEL=ep-20250523101226-qn4gs
# Tavily 搜索 API 配置
TAVILY_API_KEY=tvly-dev-********************************
# 搜索配置
SEARCH_RESULTS_LIMIT=10
MAX_TEXT_LENGTH=2000
## TrajectoryGenerationPipeserper.devline
## https://serper.dev/
GOOGLE_SEARCH_KEY=your-google-search-key
## https://jina.ai/reader/
JINA_API_KEY=your-jina-api-key
## https://openrouter.ai/
OPENROUTER_API_KEY=your-openrouter-api-key