Skip to content

Commit

Permalink
Merge pull request #145 from superfaceai/post-launch
Browse files Browse the repository at this point in the history
Chore: Update images on guides
  • Loading branch information
martyndavies authored Jan 15, 2024
2 parents 930ad19 + 604c91d commit 574d6de
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 4 deletions.
20 changes: 17 additions & 3 deletions docs/gpts/first-time-users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ After creating your Superface account, you will be directed to your GPT Actions

If this is your first time using Superface, you will see the getting started guide.

![First time users will see this getting started guide](/img/gpts/firstrun-no-tools.png)

In order to properly connect Superface to your GPT, you will need to have at least one tool installed. To get you moving quickly you can add the [Wttr.in](https://wttr.in) tool directly from this page by clicking **+ Add**.

![First time users will see this getting started guide](/img/gpts/firstrun-tool-added.png)
![First time users will see this getting started guide](/img/gpts/firstrun-no-tools.png)

Once the tool has been added, the page will refresh with the configuration details you need to connect your OpenAI custom GPT to Superface via an Action.

![After adding the tool the page will refresh with schema information.](/img/gpts/firstrun-tool-added.png)

At this point you will need to head to the configuration of your custom GPT, and [set up your GPT Action](./setup). Once this is completed you can test your connection with Superface.

![Waiting for a connection from OpenAI to come through.](/img/gpts/firstrun-try-it.png)

If the configuration is set up correctly, your custom GPT will be able to connect to Superface successfully.

![Waiting for a connection from OpenAI to come through.](/img/gpts/firstrun-try-it-connected.png)

You are now ready to start adding more tools to Superface that can be used via your GPT.

:::note Remember...
ChatGPT does not automatically sync changes in your Superface account. You must re-import the schema every time you add or remove a tool.
:::
6 changes: 5 additions & 1 deletion docs/gpts/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ Any of the available actions can be individually tested by clicking on Test. The

## Privacy policy

Custom GPTs have the option of linking to an external Privacy Policy. To help you with this Superface automatically generates a bespoke Privacy Policy URL for you to use. It lists all the tools/APIs that your GPT will have access to and will stay up to date as you add or remove tools in future.
Custom GPTs have the option of linking to an external Privacy Policy. To help you with this Superface automatically generates a bespoke Privacy Policy URL for you to use.

![Example of the Privacy Policy page that Superface generates for you.](/img/gpts/privacy-url.png)

The page lists all the tools/APIs that your GPT will have access to and will stay up to date as you add or remove tools in future.

![Example of the Privacy Policy page that Superface generates for you.](/img/gpts/privacy-policy.png)

Expand Down
3 changes: 3 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,6 @@ aside.docSidebarContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme
background-color: #04C59F;
color: #000;
}
.markdown a {
text-decoration: underline;
}
Binary file modified static/img/gpts/action-auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/gpts/action-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/gpts/firstrun-no-tools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/gpts/firstrun-tool-added.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gpts/firstrun-try-it-connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gpts/firstrun-try-it.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/gpts/privacy-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/gpts/schema-paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 574d6de

Please sign in to comment.