Tag: plugin
-
Music Player ChatGPT Plugin
As part of an experiment, I have developed a simple plugin for ChatGPT, designed to be installed locally on a Mac computer and later integrated as a plugin for GPT-4 in chat.openai.com. This plugin enables users to display song lists from the Music application on MacOS and even play their selected tracks directly within the…
-
OpenAI ChatGPT OAuth plugin example in nodejs
This is a simple guide to setting up a plugin for ChatGPT. First, you create a Node.js project and install necessary dependencies. Then, you host a JSON file for the plugin on your API domain. You also build an OpenAPI specification to document your API. For authentication, OAuth is used. The main code is a…