From e00f7f9465451e918c74ce55360c6d5377337922 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c025607..3e93e75 100644 --- a/README.md +++ b/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 + + + +4. import the plugin api document to your GPT + + + ## learning resources reference: 1. https://x.com/dotey/status/1724623497438155031?s=20