You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ChatGPT plugins quickstart
2
2
3
-
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](https://platform.openai.com/docs/plugins). If you do not already have plugin developer access, please [join the waitlist](https://openai.com/waitlist/plugins).
3
+
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](https://platform.openai.com/docs/plugins). Plugins have been superseded by GPTs, learn more about [creating a GPT with actions](https://platform.openai.com/docs/actions/introduction).
4
4
5
5
## Setup locally
6
6
@@ -26,14 +26,6 @@ Once the local server is running:
26
26
27
27
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!
28
28
29
-
## Setup remotely
30
-
31
-
### Cloudflare workers
32
-
33
-
### Code Sandbox
34
-
35
-
### Replit
36
-
37
29
## Getting help
38
30
39
31
If you run into issues or have questions building a plugin, please join our [Developer community forum](https://community.openai.com/c/chat-plugins/20).
0 commit comments