#Tips on making MyGpts
1 messages · Page 1 of 1 (latest)
Hi @slow plaza. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Creating a GPT, also known as MyGPT, involves several steps and considerations. Here are some tips to guide you through the process:
-
Start Creating: Head to chatgpt.com/gpts/editor (https://chatgpt.com/gpts/editor) and select "Create a GPT". You can message the GPT Builder to help you build a new GPT. For example, you can say something like, "Make a creative who helps generate visuals for new products" or "Make a software engineer who helps format my code."
-
Configure Your GPT: To name and set the description of your GPT, head to the Configure tab. Here, you will also be able to select the actions you would like your GPT to take, like browsing the web or creating images.
-
Publish Your GPT: When you’re ready to publish your GPT, select “Publish” and share it with other people if you’d like.
-
Leverage Knowledge Files: Provide explicit instructions for using knowledge files, including specifying file names. Instruct the model to slow down and analyze the entire file to ensure comprehensive utilization.
-
Specificity in Prompts: Add specificity in prompts, particularly when extracting critical information like dates or financial information. Give specific examples through “few shot prompting”.
-
Referencing Actions: Always refer to actions by name and domain to enhance clarity. Use delimiters for different action steps to ensure the correct actions are called.
-
Explicit Tool Use Instructions: Provide explicit instructions to use tools such as Browse, Knowledge, and Custom Actions throughout the instructions.
-
Maintain Tone and Point of View: Maintain the tone and point of view as an expert at making GPTs. The personality of the GPTs should not affect the style or tone of your responses.
Remember, no coding skills are required to create GPTs, making it accessible to experts in any field or anyone with a passion for a topic. For developers, additional customization is possible through coding actions that connect GPTs to external data or services.
For more detailed information, you can refer to the following articles:
- Creating a GPT (https://help.openai.com/en/articles/8554397-creating-a-gpt)
- Key Guidelines for Writing Instructions for Custom GPTs (https://help.openai.com/en/articles/9358033-key-guidelines-for-writing-instructions-for-custom-gpts)
- Tips for getting the most out of Knowledge (https://help.openai.com/en/articles/8843948-knowledge-in-gpts)