-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 814 Bytes
/
.env.example
File metadata and controls
26 lines (23 loc) · 814 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
# SciScholar frontend runtime configuration
SCISCHOLAR_API_BASE_URL=http://scinet.openkg.cn
SCISCHOLAR_API_KEY=your-personal-scischolar-token
SCISCHOLAR_TIMEOUT=900
SCISCHOLAR_RUNS_DIR=./runs
# Optional: LLM-assisted frontend keyword extraction.
# Works with any provider or gateway that exposes a Chat Completions-compatible API.
# If missing or invalid, SciScholar falls back to deterministic keyword extraction.
LLM_PROVIDER=chat_completions
LLM_API_KEY=
LLM_BASE_URL=https://your-llm-provider.example/v1
LLM_CHAT_COMPLETIONS_URL=
LLM_MODEL=your-model-name
LLM_AUTH_HEADER=
LLM_HTTP_HEADERS=
SCISCHOLAR_LLM_TIMEOUT=30
SCISCHOLAR_LLM_TEMPERATURE=0
SCISCHOLAR_LLM_MAX_TOKENS=512
# PDF-only workflows.
GROBID_BASE_URL=http://127.0.0.1:8070
# Optional: OpenAlex fallback/enrichment.
OA_API_KEY=
OPENALEX_MAILTO=