Skip to content

An up-to-date collection of info about plugins for ChatGPT from OpenAI bulb

License

Notifications You must be signed in to change notification settings

theluk/awesome-chatgpt-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🤖 Awesome ChatGPT Plugins

⚡ An up-to-date collection of info about plugins for ChatGPT from OpenAI⚡

Introduction of ChatGPT plugins:

Awesome Demos / Use cases:

Creating a plugin:

  • Full documentation
  • Various example plugins (todo list, sports stats, search-and-retrieval)
  • The 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.
    • When starting a conversation on chat.openai.com, users can choose which third-party plugins they’d like to be enabled. Documentation about the enabled plugins is shown to the language model as part of the conversation context, enabling the model to invoke appropriate plugin APIs as needed to fulfill user intent. For now, plugins are designed for calling backend APIs, but we are exploring plugins that can call client-side APIs as well.

Plugin-related tips:

Awesome Plugin Repos:

Awesome 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

About

An up-to-date collection of info about plugins for ChatGPT from OpenAI bulb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published