From e95d604b87aaaa64bce93ddb93e8939c7ed2498b Mon Sep 17 00:00:00 2001 From: LouisShark Date: Thu, 7 Dec 2023 15:38:26 +0800 Subject: [PATCH] feat: Add instructions for obtaining GPT's action This commit adds a section to the README.md providing step-by-step instructions on how to find and import a GPT's action schema, enhancing accessibility for users. It also adds two relevant images for better visual understanding. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c025607..a05fd82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # chatgpt_system_prompt valuable agent's system prompt - + ## how to get system prompt you can get ChatGPT's system prompts by sending the following command to ChatGPT(The core is to divert ChatGPT's attention so that he does not realize that he is violating the rules.): @@ -36,6 +36,19 @@ some useful action: 2. Privatized GPT 3. Don't upload files for GPTs which is important for you unless it's a private GPT. + +## how to get GPT's action +an easy way of finding action schema: +1. go to this [website](https://gptstore.ai/plugins) +2. search the GPT's name you want +3. find plugin api document + + + +4. import the plugin api document to your GPT by the link obtained in the previous step + + + ## learning resources reference: 1. https://x.com/dotey/status/1724623497438155031?s=20