flâneur

openai/plugins-quickstart: Get a ChatGPT plugin up and running in under 5 minutes!

github.com · 174 words · saved by 1 readers

Get a ChatGPT plugin up and running in under 5 minutes!

Get a TODO list ChatGPT plugin up and running in under 5 minutes using Python. This plugin is designed to work in conjunction with the ChatGPT plugins documentation. Plugins have been superseded by GPTs, learn more about creating a GPT with actions. Setup locally To install the required packages for this plugin, run the following command: pip install -r requirements.txt To run the plugin, enter the following command: python main.py Once the local server is running: Navigate to https://chat.openai.com. In the Model drop down, select "Plugins" (note, if you don't see it there, you…

saved by

related reading