2026-06-07 14:15:42 +01:00
|
|
|
# Google Lyria 3 (Gemini API) — music generation
|
|
|
|
|
GEMINI_API_KEY=
|
|
|
|
|
|
|
|
|
|
# DeepSeek DJ — OpenAI-compatible endpoint
|
|
|
|
|
# Default: Tinqs inference proxy. Override for direct DeepSeek or Cursor BYOK.
|
|
|
|
|
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
|
|
|
|
|
# Or Tinqs proxy: https://tinqs.com/api/v1/inference (use TINQS_AGENT_TOKEN as DEEPSEEK_API_KEY)
|
|
|
|
|
DEEPSEEK_API_KEY=
|
|
|
|
|
DEEPSEEK_MODEL=deepseek-chat
|
|
|
|
|
|
2026-06-07 14:47:47 +01:00
|
|
|
# Taste: settings.json + taste_seeds.json (see docs/TASTE-FROM-SCREENSHOTS.md)
|
|
|
|
|
# No Spotify API — use Cursor + library screenshots instead.
|
2026-06-07 14:15:42 +01:00
|
|
|
|
|
|
|
|
# Radio server
|
|
|
|
|
RADIO_HOST=127.0.0.1
|
|
|
|
|
RADIO_PORT=8787
|
2026-06-07 14:18:17 +01:00
|
|
|
RADIO_OUTPUT_DIR=./songs
|
2026-06-07 14:15:42 +01:00
|
|
|
|
|
|
|
|
# Generation defaults
|
|
|
|
|
LYRIA_MODEL=lyria-3-pro-preview
|
|
|
|
|
# Use lyria-3-clip-preview for faster 30s segments
|