Skip to content

Commit 0763ac2

Browse files
Update README.md
1 parent 3096542 commit 0763ac2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChatGPT plugins quickstart
22

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).
44

55
## Setup locally
66

@@ -26,14 +26,6 @@ Once the local server is running:
2626

2727
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!
2828

29-
## Setup remotely
30-
31-
### Cloudflare workers
32-
33-
### Code Sandbox
34-
35-
### Replit
36-
3729
## Getting help
3830

3931
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

Comments
 (0)