From 0a5a97b4bb868aa8dc80eb02e6fe1c711eafe92f Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Mon, 10 Feb 2025 16:47:18 -0800 Subject: [PATCH] minor fixes to SPOTIFY README --- demos/use_cases/spotify_bearer_auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/use_cases/spotify_bearer_auth/README.md b/demos/use_cases/spotify_bearer_auth/README.md index 73c873c5..7dd3c81e 100644 --- a/demos/use_cases/spotify_bearer_auth/README.md +++ b/demos/use_cases/spotify_bearer_auth/README.md @@ -15,8 +15,8 @@ Where users can engage by asking questions like _"Show me the latest releases in 1. Ensure the [prerequisites](https://github.com/katanemo/arch/?tab=readme-ov-file#prerequisites) are installed correctly. 2. Create an `.env` file with API keys for OpenAI and Spotify. - Sign up for an OpenAI API key at [https://platform.openai.com/signup/](https://platform.openai.com/signup/) - - Generate Spotify Client Key/Secret by following the instructions at [https://developer.spotify.com/dashboard/](https://developer.spotify.com/dashboard/) - - Use Spotify Client Key/Secret to generate a token using curl or similar command using the [https://accounts.spotify.com/api/token API](https://accounts.spotify.com/api/token) + - Sign up for a Spotify Client Key/Secret by following instructions at [https://developer.spotify.com/dashboard/](https://developer.spotify.com/dashboard/) + - Generate a Spotify token using the [https://accounts.spotify.com/api/token API](https://accounts.spotify.com/api/token), using ```curl``` or similar commands. - Create a .env file with the following keys: ``` OPENAI_API_KEY=your_openai_api_key