-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
42 lines (35 loc) · 899 Bytes
/
Copy pathexample.env
File metadata and controls
42 lines (35 loc) · 899 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ============================================
# Inference Configuration
# ============================================
# --- Agent Settings ---
MODEL=
OPENAI_API_KEY=
OPENAI_API_BASE=
VERBOSE=1
# --- Input/Output Settings ---
FILE_NAME=academic_deepsearch_example
INPUT_FILE=input_data/${FILE_NAME}.jsonl
OUTPUT_FILE=output_data/${MODEL}_${FILE_NAME}.jsonl
# --- Inference Settings ---
SEARCH_TOOL=deepxiv
MAX_TURNS=10
K_PASSES=1
MAX_WORKERS=1
EVAL_START=0
EVAL_END=1000
# --- Deep Search Evaluation Settings ---
EVAL_MODEL=
EVAL_OPENAI_API_KEY=
EVAL_OPENAI_API_BASE=
EVAL_MAX_WORKERS=100
# --- Paper Search Tool Settings ---
PAPER_SEARCH_API_URL=
PAPER_SEARCH_OPENAI_API_KEY=
PAPER_SEARCH_OPENAI_API_BASE=
PAPER_SEARCH_SUMMARY_MODEL_NAME=
# --- Web Search Tool Settings ---
SERPER_API_KEY=
JINA_API_KEY=
WEB_SEARCH_OPENAI_API_KEY=
WEB_SEARCH_OPENAI_API_BASE=
WEB_SEARCH_SUMMARY_MODEL_NAME=