4924db5617
Personal AI station that generates tracks from taste seeds or Spotify; safe to share — secrets and cache are gitignored. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
697 B
Bash
24 lines
697 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
|
|
|
|
# Spotify taste profile (optional — DJ works without it)
|
|
SPOTIFY_CLIENT_ID=
|
|
SPOTIFY_CLIENT_SECRET=
|
|
SPOTIFY_REFRESH_TOKEN=
|
|
|
|
# Radio server
|
|
RADIO_HOST=127.0.0.1
|
|
RADIO_PORT=8787
|
|
RADIO_OUTPUT_DIR=./radio_cache
|
|
|
|
# Generation defaults
|
|
LYRIA_MODEL=lyria-3-pro-preview
|
|
# Use lyria-3-clip-preview for faster 30s segments
|