02ea026851
Remove spotify integration; add TASTE-FROM-SCREENSHOTS guide; ship Ozan settings.json and taste_seeds.json as Cursor examples plus new wandering dervish track. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
709 B
Bash
22 lines
709 B
Bash
# 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
|
|
|
|
# Taste: settings.json + taste_seeds.json (see docs/TASTE-FROM-SCREENSHOTS.md)
|
|
# No Spotify API — use Cursor + library screenshots instead.
|
|
|
|
# Radio server
|
|
RADIO_HOST=127.0.0.1
|
|
RADIO_PORT=8787
|
|
RADIO_OUTPUT_DIR=./songs
|
|
|
|
# Generation defaults
|
|
LYRIA_MODEL=lyria-3-pro-preview
|
|
# Use lyria-3-clip-preview for faster 30s segments
|