Add Live Ozan Radio — DeepSeek DJ, Lyria 3, and player chat.
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>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user