ChatGPT Plugins: AI News Assistant - MLQ Academy
In this video tutorial, we'll walk through how to build a ChatGPT Plugin news assistant that retrieves AI-related news from News API and summarizes the results.
With this Replit-hosted code, you'll be able to fork it and walk through step-by-step how to develop your own ChatGPT Plugins. We'll also discuss what's required in each of the main.py
, ai-plugin.json
, and openapi.yaml
files.
The steps we'll take include:
- Step 1: Building the API functionality
- Step 2: Creating a plugin manifest file
- Step 3: Documenting the API
- Step 4: Running the ChatGPT Plugin