-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 811 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# PiCar-X API authentication token.
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
PX_API_TOKEN=your-32-byte-hex-token-here
# Ollama server for persona chat (GREMLIN/VIXEN jailbreak personas)
PX_OLLAMA_HOST=http://M5.local:11434
PX_OLLAMA_MODEL=gemma4:e4b
# Home Assistant — single host knob for the Pi→HA control plane (awareness
# fetches AND the announce-pipeline cast). mDNS is fine here; only the relay
# URL the Nest fetches audio from must be IP-based. Default: homeassistant.local.
# PX_HA_HOST=http://homeassistant.local:8123
# PX_HA_TOKEN=your-long-lived-ha-token
# VIXEN voice settings (espeak)
# PX_VIXEN_VOICE=en+f4
# PX_VIXEN_PITCH=72
# PX_VIXEN_RATE=135
# GREMLIN voice settings (espeak)
# PX_GREMLIN_VOICE=en+croak
# PX_GREMLIN_PITCH=20
# PX_GREMLIN_RATE=180