-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 833 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (27 loc) · 833 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
# Existing LLM key (optional if running in fallback mode)
GEMINI_API_KEY=
# Claude API key — used by the continuous-improvement pipeline (judge over poorly-rated convos)
# and by the intent/sentiment classifier fallback (fires only when keyword/ML primary pass produces no confident match).
ANTHROPIC_API_KEY=
JUDGE_MODEL=claude-sonnet-4-6
JUDGE_PROMPT_VERSION=judge-v1
CLAUDE_CLASSIFIER_MODEL=claude-haiku-4-5-20251001
# Database (optional for prototype)
POSTGRES_DB=ai_support
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
# Voice prototype flags
VOICE_ENABLED=true
# STT (faster-whisper)
STT_MODEL_SIZE=base.en
STT_DEVICE=cpu
STT_COMPUTE_TYPE=int8
STT_LANGUAGE=en
STT_BEAM_SIZE=5
# TTS (edge-tts)
TTS_VOICE=en-KE-AsiliaNeural
TTS_RATE=+0%
TTS_PITCH=+0Hz
TTS_OUTPUT_FORMAT=mp3