Blog Logo
TAGS

ChatGPT Plugin Examples

This repository contains examples of ChatGPT plugins that demonstrate how to build and deploy plugins on the OpenAI platform. The examples were taken from the [OpenAI Platform documentation](https://platform.openai.com/docs/plugins/examples) and have been added to this repository to make it easier to read and use. Each example includes a Dockerfile to help with deployment of the plugin. You can use the Dockerfile to build and run the plugin locally or deploy it to a remote server. The examples cover a range of functionalities such as simple todo list plugin with no auth, simple todo list plugin with service level auth, simple sports stats plugin, and a Semantic search and retrieval plugin (contained in its [own repo](https://github.com/openai/chatgpt-retrieval-plugin)). If you have a new example that you would like to contribute, please fork this repository and submit a pull request with your changes. We welcome contributions from the community! This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.