mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-06 06:40:28 -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
e00f7f9465
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
||||
<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