-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_empty
More file actions
23 lines (17 loc) · 810 Bytes
/
Copy path.env_empty
File metadata and controls
23 lines (17 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env and fill in. Never commit .env to git.
# Required: Claude API key for the brain layer.
ANTHROPIC_API_KEY=
# Optional: model override. Default is Haiku 4.5 (cheaper, slightly flakier
# on the ambiguous fixture). Switch to Sonnet for reproducible confidence
# classification: claude-sonnet-4-5-20250929
MONDAY_CLAUDE_MODEL=claude-haiku-4-5-20251001
# Optional: pin the serial port if VID auto-detect picks the wrong device.
MONDAY_SERIAL_PORT=
# Optional: camera index. 0 is the first /dev/videoN on Linux.
MONDAY_CAMERA_INDEX=0
# Optional: audio input. Leave blank for system default. Set to an integer
# index or a substring of the device name. Use `python -m app.voice --list-devices`.
MONDAY_AUDIO_INPUT=
# Optional: voice tuning.
MONDAY_WAKE_PHRASE=hey monday
MONDAY_WHISPER_MODEL=base