Skip to main content

Building a GPT using RAW

OpenAI has recently unveiled a new feature: customizable GPTs. These allow users to design conversation models with specific conversational tones and domain-focused knowledge. This specialized knowledge is integrated through APIs developed on the RAW platform. RAW enables the crafting of bespoke web services or APIs, which can range from sharing personal cooking recipes to offering secure access to a company's CRM system.

info

For a step-by-step guide on creating a custom GPT, refer to the tutorial on How to Create a Custom GPT.

As a brief overview, to create a custom GPT, you must follow the following steps:

  1. Go to the Catalog.
  2. Click on the OpenAPI Spec button.
  3. Click on Copy URL.
  4. Go to ChatGPT.
  5. Click on Explore.
  6. Click on Create a GPT.
  7. Fill in the necessary fields, such as Name, Description, and Instructions.
  8. Click on Create new action at the bottom of the page.
  9. Click on Import from URL.
  10. Paste the URL you copied in step 3.
  11. Click on Save at the top-right corner.

Enjoy your custom GPT equipped with the knowledge from your API!

For a more detailed description of how to create your custom GPT, please refer to our detailed guide, including step-by-step instructions.