first audio thing that i want to try

This commit is contained in:
2026-04-05 15:21:26 +02:00
parent bb625f82af
commit 00cff1eb7e
5 changed files with 302 additions and 0 deletions
+13
View File
@@ -15,6 +15,19 @@ DB_PATH=/data/guestbook.db
HOST=0.0.0.0
PORT=3000
# --- TTS (scripts/tts_generate.py) ---
# Provider: "google" (default, 1M chars/month free), "mistral", or "openai"
TTS_PROVIDER=google
# Google Cloud TTS — https://console.cloud.google.com/apis/credentials
GOOGLE_API_KEY=
# Mistral Voxtral TTS — https://console.mistral.ai/api-keys
# MISTRAL_API_KEY=
# OpenAI TTS-1 — https://platform.openai.com/api-keys
# OPENAI_API_KEY=
# --- Development overrides ---
# For local dev (npm run dev), override with:
# COOKIE_SECURE=false