openai / plugins-quickstart
- среда, 17 мая 2023 г. в 00:00:30
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. If you do not already have plugin developer access, please join the waitlist.
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:
localhost:5003
since this is the URL the server is running on locally, then select "Find manifest file".The plugin should now be installed and enabled! You can start with a question like "What is on my todo list" and then try adding something to it as well!
If you run into issues or have questions building a plugin, please join our Developer community forum.