-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 749 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (26 loc) · 749 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
# Change this one value to switch providers.
# Supported: heuristic, openai, azure_openai, gemini
LLM_PROVIDER=heuristic
# Optional global override. Leave blank to use the provider-specific default below.
LLM_MODEL=
# Shared generation tuning
LLM_TEMPERATURE=0.3
LLM_CHUNK_MAX_OUTPUT_TOKENS=450
LLM_FINAL_MAX_OUTPUT_TOKENS=2600
# Summary behavior
# adaptive chooses the best structure automatically.
# Options: adaptive, tutorial, motivational, general
SUMMARY_STYLE=adaptive
# Options: concise, balanced, deep
SUMMARY_DETAIL=balanced
# OpenAI
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4o-mini
OPENAI_BASE_URL=
# Azure OpenAI
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_ENDPOINT=
AZURE_OPENAI_DEPLOYMENT=
# Gemini
GEMINI_API_KEY=
GEMINI_MODEL=gemini-2.5-flash