mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 14:20:33 -04:00
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.
This commit is contained in:
parent
9eed3d7f4f
commit
e95d604b87
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,7 +1,7 @@
|
|||
# chatgpt_system_prompt
|
||||
valuable agent's system prompt
|
||||
|
||||
<img src="bg.png" width="500px" />
|
||||
<img src="bg.png" width="600px" />
|
||||
|
||||
## 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
|
||||
|
||||
<img src="https://b.yzcdn.cn/public_files/3eb7a5963f65c660c6c61d1404b09469.png" width="500px" />
|
||||
|
||||
4. import the plugin api document to your GPT by the link obtained in the previous step
|
||||
|
||||
<img src="https://b.yzcdn.cn/public_files/c6bf1238e02900e3cfc93bd9c46479c4.png" width="500px" />
|
||||
|
||||
## learning resources
|
||||
reference:
|
||||
1. https://x.com/dotey/status/1724623497438155031?s=20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue