bazingame / awesome-chatgpt-plugins

A collection of info about plugins for ChatGPT from OpenAI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧠 🛠️ Awesome ChatGPT Plugins

Welcome to the thrilling "Awesome ChatGPT Plugins" repository! Uncover a variety of powerful plugins to extend ChatGPT's capabilities, alongside resources to create your own.

Explore our curated collection of open-source plugins to enhance your ChatGPT experience, and dive into Twitter conversations discussing their benefits and potential use cases.

For aspiring plugin creators, our comprehensive guide will support you in your journey, regardless of your experience level.

We hope you find this collection invaluable and eagerly anticipate the amazing creations you'll bring to life with ChatGPT plugins!

ChatGPT plugins

OpenAI plugins connect ChatGPT to third-party applications. These plugins enable ChatGPT to interact with APIs defined by developers, enhancing ChatGPT's capabilities and allowing it to perform a wide range of actions.

OpenAI Blog announcement

How to create a plugin

  • Full documentation
  • Example plugins (todo list, auth, sports stats, search-and-retrieval)
  • The simple steps for creating a plugin are (Source):
    • Build an API with endpoints you’d like a language model to call (this can be a new API, an existing API, or a wrapper around an existing API specifically designed for LLMs).
    • Create an OpenAPI specification documenting your API, and a manifest file that links to the OpenAPI spec and includes some plugin-specific metadata.

Plugins

Browsing

An experimental model that knows when and how to browse the internet

Code interpreter

An experimental ChatGPT model that can use Python, handle uploads and downloads

Retrieval

The ChatGPT Retrieval Plugin repository provides a flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries.

simonw/datasette-chatgpt-plugin

A Datasette plugin that turns a Datasette instance into a ChatGPT plugin.

I built a ChatGPT plugin to answer questions about data hosted in Datasette (simonwillison.net)

lencx/chat-todo-plugin

ChatGPT Plugin for managing a TODO list.

ruvnet/chatgpt_plugin_python

A simple To-do ChatGPT Plugin using python and deployed on replit.

Tutorial: How to Build and Deploy a ChatGPT Plugin in Python using Replit (includes code) : aipromptprogramming (reddit.com)

domainsg.pt

Helps you brainstorm domain ideas by automatically checking if they are available inside ChatGPT.

by Steven Tey

Related Demos / Use cases / Tips / News

ChatGPT Community / Discussion

About

A collection of info about plugins for ChatGPT from OpenAI.

License:Creative Commons Zero v1.0 Universal