This API provides summaries of any podcast episode using OpenAI's GPT-3 language model.
- Node.js (v14 or higher)
- npm (v6 or higher)
- An OpenAI API key
- Clone the repository
- Install dependencies with
npm install
- Create a
.env
file with the following contents: OPENAI_API_KEY=<your_openai_api_key_here> - Start the server with
npm start
Returns a list of the 10 most popular shows.
Returns information about a specific show.
Returns information about a specific episode.
Returns a summary of a specific episode generated by OpenAI's GPT-3 language model.
This project is licensed under the MIT License - see the LICENSE file for details.