# Copy to .deploy/.env (gitignored), fill the secrets, and keep the copied file private.
ECHOWORDS_HOST=127.0.0.1
ECHOWORDS_PORT=8080
ECHOWORDS_TARGET_LANG=ru
ECHOWORDS_LANGUAGES_CONFIG=/home/ubuntu/echo-words/data/languages.toml
ECHOWORDS_DATA_DIR=/home/ubuntu/echo-words/data
ECHOWORDS_LLMBROKER_HOME=/home/ubuntu/echo-words/data/llmbroker
ECHOWORDS_LLMBROKER_OPERATION=vocab
ECHOWORDS_API_MODEL=gpt-fast
ECHOWORDS_API_DAILY_CAP=100
ECHOWORDS_ANKIWEB_USER=
ECHOWORDS_ANKIWEB_PASSWORD=
ECHOWORDS_SYNC_ENDPOINT=
ECHOWORDS_ANKI_SYNC=true
ECHOWORDS_ACCENT=us
ECHOWORDS_EDGE_TTS_VOICE=en-US-AriaNeural
ECHOWORDS_AUDIO_TIMEOUT=20

# Free-pool provider keys. Fill at least one; filling all four gives the pool failover choices.
# Regenerate the current list and provider signup help with: python -m llmbroker env freetier
# Groq: https://console.groq.com/keys
GROQ_API_KEY=
# OpenRouter: https://openrouter.ai/keys
OPENROUTER_API_KEY=
# Google AI Studio: https://aistudio.google.com/apikey
GEMINI_API_KEY=
# Z.AI: https://z.ai/manage-apikey/apikey-list
ZAI_API_KEY=

# Paid fallback for the default ECHOWORDS_API_MODEL=gpt-fast. Leave
# ECHOWORDS_API_MODEL empty instead when no paid fallback is wanted.
# OpenAI: https://platform.openai.com/api-keys
OPENAI_API_KEY=
