plugins-quickstart  by openai

Quickstart for a ChatGPT TODO list plugin

created 2 years ago
4,235 stars

Top 11.8% on sourcepulse

GitHubView on GitHub
Project Summary

This repository provides a quick-start guide and example code for developing a ChatGPT plugin, specifically a TODO list plugin. It targets developers looking to integrate custom functionalities with ChatGPT, enabling them to build interactive AI experiences. The primary benefit is a rapid setup process, allowing users to have a functional plugin within minutes.

How It Works

The project leverages a Python backend to serve a manifest file and an OpenAPI specification, which define the plugin's capabilities and endpoints. ChatGPT interacts with these definitions to understand how to call the plugin's API, enabling conversational access to the TODO list functionality. This approach allows for seamless integration of external tools and data into the ChatGPT interface.

Quick Start & Requirements

Highlighted Details

  • Demonstrates a functional TODO list plugin for ChatGPT.
  • Provides clear instructions for local setup and integration with the ChatGPT interface.
  • Emphasizes the ease of getting started with plugin development.

Maintenance & Community

Licensing & Compatibility

  • The repository does not explicitly state a license.
  • Compatibility is with ChatGPT's plugin system.

Limitations & Caveats

This quick-start guide is specifically for the older ChatGPT plugin system. OpenAI has since superseded plugins with GPTs and Actions, and access to the plugin system may be limited.

Health Check
Last commit

1 year ago

Responsiveness

1+ week

Pull Requests (30d)
0
Issues (30d)
0
Star History
9 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.