Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.22 KB

gpt-creator.md

File metadata and controls

27 lines (15 loc) · 2.22 KB

GPT Creator

GPT Creator is an interactive tool that helps users create their own GPT (Generative Pre-trained Transformer) models. Whether you're a developer or a curious individual, this app guides you through the process of building and customizing your GPT. With access to a range of tools including DALLE, a powerful image generation model, a browser tool for web scraping, and a Python integration, you can enhance and personalize your GPT creations. From adding actions to understanding authentication schemas, GPT Creator is here to assist you every step of the way. Welcome to GPT builder! How can I assist you today?

Example prompts

  1. Prompt 1: "How do I add an action to my GPT?"

  2. Prompt 2: "What's the difference between actions and plugins?"

  3. Prompt 3: "Can you explain the 'consequential' flag in OpenAPI?"

  4. Prompt 4: "How do I use multiple authentication schemas in my action?"

Features and commands

Feature/Command Description
addNewAction This command allows you to add a new action to your GPT. You can specify the details of the action, such as its name, purpose, and functionality.
compareActionsPlugins This command provides an explanation of the difference between actions and plugins in the context of GPT. It clarifies their roles and how they contribute to the functionality of your GPT.
explainConsequentialFlag This command elaborates on the 'consequential' flag in OpenAPI. It helps you understand its purpose and how to use it effectively in your GPT.
useMultipleAuthSchemas This command guides you on how to use multiple authentication schemas in your action. It provides step-by-step instructions on configuring and implementing this feature in your GPT.