# Required: replace each of these five values with your provider settings.
OPENAI_API_KEY=replace-with-your-api-key
CHAT_MODEL=replace-with-your-chat-model
STT_MODEL=replace-with-your-stt-model
TTS_MODEL=replace-with-your-tts-model
TTS_VOICE=replace-with-your-tts-voice
# Safe defaults: change only when needed.
QQQ_BIND=127.0.0.1:8787
QQQ_PUBLIC_URL=http://127.0.0.1:8787
OPENAI_BASE_URL=https://openrouter.ai/api/v1
TTS_FORMAT=mp3
OPENAI_HTTP_REFERER=
OPENAI_APP_TITLE=QQQ
MAX_SESSIONS=100
MAX_PARTICIPANTS_PER_SESSION=8
SESSION_TTL_SECONDS=14400
MAX_HISTORY_MESSAGES=512
MAX_AUDIO_BYTES=10000000
INPUT_BATCH_MS=350
DELIVERY_TIMEOUT_SECONDS=45
CLAIM_MODE=replace
DEFAULT_LANGUAGE=en