-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
43 lines (36 loc) · 1.01 KB
/
Copy pathenv.example
File metadata and controls
43 lines (36 loc) · 1.01 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
# === App Configuration ===
APP_ENV=development
PYTHON_EXECUTABLE=python3
WS_HOST=localhost
WS_PORT=8001
# === Authentication ===
# Default development token used by the desktop client
WS_TOKEN=devsecret
# === STT Configuration ===
STT_MODEL=Systran/faster-whisper-base
STT_DEVICE=cpu
STT_PRECISION=int8
# === TTS Configuration ===
# TODO: deduplicate TTS defaults with config/tts.json
# (see TODO-Index.md: Config/Environment)
KOKORO_MODEL=kokoro-v1.0.int8.onnx
KOKORO_LANG=en-us
# === External Services ===
FLOWISE_URL=http://localhost:3000
FLOWISE_API_KEY=
N8N_HOST=localhost
N8N_PORT=5678
N8N_API_KEY=
HEADSCALE_DOMAIN=example.com
HEADSCALE_KEY_DIR=/var/lib/headscale
# === LLM Configuration ===
LLM_API_BASE=http://localhost:1234/v1
# === Misc ===
ENABLED_SKILLS=TimeSkill,GreetingSkill,GratitudeSkill
RETRY_LIMIT=3
RETRY_BACKOFF=1.0
ALLOWED_IPS=127.0.0.1
# --- Zonos (optional) ---
# ZONOS_MODEL_NAME=Zyphra/Zonos-v0.1-transformer
# ZONOS_SPEAKER_SAMPLE=/absolute/path/to/your_voice_sample.wav
# ZONOS_LANGUAGE=de