fix: stabilize the live recommendation path
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
bfea9efb5e
commit
dbc5c2d93f
12 changed files with 113 additions and 31 deletions
|
|
@ -32,9 +32,10 @@ scenarios; any other input replays the nearest scenario, with a banner
|
|||
naming it. Playlist writes are simulated and labeled.
|
||||
|
||||
**Live with your own keys:** copy `.env.example` to `.env`, set
|
||||
`APP_MODE=live`, a Spotify client id (redirect URI
|
||||
`http://127.0.0.1:8888/callback`) and an Anthropic API key, then
|
||||
`docker compose up --build` and log in via Spotify.
|
||||
`APP_MODE=live`, a Spotify client id and an Anthropic API key, then run
|
||||
`docker compose up --build` and connect Spotify. Register the exact redirect
|
||||
URI from `.env` in Spotify's dashboard; PKCE needs no client secret. Keep
|
||||
`SESSION_COOKIE_SECURE=false` for local HTTP.
|
||||
|
||||
## How it works
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue