-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
47 lines (40 loc) · 1.88 KB
/
Copy path.env.example
File metadata and controls
47 lines (40 loc) · 1.88 KB
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
43
44
45
46
47
# RabbAI settings — copy to ~/.rabbai/.env, or just run `rabbi setup`,
# which writes it for you. Real environment variables always win over the file.
# Every line here is optional except the key.
# --- The provider ---
NEURALWATT_API_KEY=
# Any OpenAI-compatible endpoint works; name that provider's models below.
NEURALWATT_BASE_URL=https://api.neuralwatt.com/v1
# --- The three tiers ---
# deep: theology, and working through a text
# ops: quizzes, reminders, the observer — thinking off, cheaper
# vision: reading a scanned siddur page. Empty disables /page.
RABBAI_MODEL_DEEP=kimi-k3
RABBAI_MODEL_OPS=kimi-k3-fast
RABBAI_VISION_MODEL=kimi-k3-fast
# Reasoning spends budget before the first answer token. Do not set these low:
# ~30 verses of Chumash worked with Rashi overruns 6000.
RABBAI_MAX_TOKENS_DEEP=16000
RABBAI_MAX_TOKENS_OPS=1500
RABBAI_MAX_TOKENS_VISION=4000
RABBAI_TEMPERATURE=0.6
# --- Thinking on screen: line | off | full ---
RABBAI_THINKING=line
# --- Where you are, for candle lighting and havdalah ---
# Geonames id — look your city up at https://www.geonames.org. 5128581 = New York.
RABBAI_GEONAMEID=5128581
RABBAI_TZ=America/New_York
# Minutes before sunset to light. 18 nearly everywhere; Jerusalem keeps 40.
RABBAI_CANDLE_MINUTES=18
# Minutes after sunset for havdalah. 0 defers to Hebcal's three-stars default.
RABBAI_HAVDALAH_MINUTES=0
# --- Siddur page scans (optional) ---
# Scans are not distributed with this program: the books are in copyright.
# Point this at photographs of a siddur you own, laid out as page-0042/he.png.
# RABBAI_SIDDUR_PAGES=
# --- Optional extras ---
# RABBAI_HOME=~/.rabbai where everything above lives
# RABBAI_VAULT=~/Notes mirror study notes into an Obsidian vault
# RABBAI_VAULT_SUBDIR=RabbAI
# RABBAI_PORT=5555 the web UI, `rabbi --serve`
# RABBAI_BIDI=1 force right-to-left reordering on or off