#Custom GPTs material

1 messages · Page 1 of 1 (latest)

tired pasture
#

Can you list all material and official documentation you know regarding custom GPTs?

muted heronBOT
#

Hi @tired pasture. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the provided extracts, here are some resources and documentation regarding OpenAI's GPT models:

  1. Introduction to GPTs (https://platform.openai.com/docs/introduction): This provides an overview of GPTs, including their training, usage, and the concept of "prompts".

  2. GPT Guide (https://platform.openai.com/docs/guides/gpt): This is an introductory guide to GPTs, providing more detailed information about their functionality and use cases.

  3. GPT Best Practices Guide (https://platform.openai.com/docs/guides/gpt-best-practices): This guide provides best practices for working with GPTs, including methods to improve model reasoning, reduce the likelihood of model hallucinations, and more.

  4. OpenAI Cookbook (https://cookbook.openai.com): This resource includes many useful resources including code samples for working with GPTs.

  5. Playground (https://platform.openai.com/playground?mode=chat): This is a platform where you can experiment with GPTs.

Please note that these resources are based on the information provided in the extracts. For more detailed or specific information, you may want to explore the full documentation on the OpenAI platform.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@tired pasture kapa.ai is still learning and improving, please let us know how it did by reacting below

tired pasture
#

@muted heron Can I use custom GPTs through the ChatGPT web interface too, or just through the playground?

muted heronBOT
#

Let me check the knowledge base for you. One moment! :books:

#

Yes, you can use custom GPTs through the ChatGPT web interface. As per the information provided in the extracts, GPTs are custom versions of ChatGPT that users can tailor for specific tasks or topics. You can start creating a GPT by having a conversation with the GPT Builder in ChatGPT at chat.openai.com/gpts/editor (https://chat.openai.com/gpts/editor).

In addition, Plus and Enterprise users can start creating GPTs at chat.openai.com/create (https://chat.openai.com/create). Once created, these GPTs live inside of ChatGPT and are intended to be used by anyone using a simple UI. They also have a built-in ability to be shared with others.

For more details, you can refer to the following sources:


Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@tired pasture kapa.ai is still learning and improving, please let us know how it did by reacting below

cunning breach
tired pasture
cunning breach
#

Thank you! Really think we can help the dev community here. 🚀

sly sapphire
#

ok @muted heron how do i add an action to the GPT that contacts my own API service at a specific IP and port?

muted heronBOT
#

Let me check the knowledge base for you. One moment! :books:

#

Based on the provided extracts, you can add actions to your GPT that interact with third-party APIs, which could include your own API service. This is done by providing details about the endpoints, parameters, and a description of how the model should use it.

Here are the steps you can follow:

  1. Adding an image: You can ask the GPT Builder to create an image for your GPT or you can upload your own under the Configure tab.

  2. Additional Instructions: Here you can provide detailed instructions or guidelines on how the GPT should behave, its functionalities, and any particular behaviors to avoid.

  3. Custom Actions: You can make third-party APIs available to your GPT by providing details about the endpoints, parameters, and a description about how the model should use it. Actions for GPTs can also be imported from an OpenAPI schema. So if you’ve already built a plugin, you will be able to use your existing plugin manifests to define actions for your GPT.

Please note that the specific details on how to add an action to the GPT that contacts your own API service at a specific IP and port are not provided in the extracts. For more detailed instructions, you may want to refer to the OpenAI documentation (https://platform.openai.com/docs/actions).

Source: Creating a GPT (https://help.openai.com/en/articles/8554397-creating-a-gpt)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@sly sapphire kapa.ai is still learning and improving, please let us know how it did by reacting below

sly sapphire
#

@muted heron i was clearly asking about Custom Actions. tell me how i can use those to contact my own API service at a specific ip and port.

muted heronBOT
#

Let me check the knowledge base for you. One moment! :books:

#

Based on the provided extracts, it's possible to build an API with endpoints that a language model can call. This can be a new API, an existing API, or a wrapper around an existing API specifically designed for language models.

Here are the steps you can follow:

  1. Build an API: Create an API with the endpoints you'd like the language model to call. This API should be hosted on your server at the specific IP and port you mentioned.

  2. Create an OpenAPI specification: Document your API using an OpenAPI specification. This specification should detail the endpoints, parameters, and responses of your API.

  3. Create a manifest file: This file should link to the OpenAPI specification and include some plugin-specific metadata. This metadata will help the language model understand how to interact with your API.

  4. Enable the plugin: When starting a conversation on chat.openai.com, users can choose which third-party plugins they'd like to be enabled. Documentation about the enabled plugins is shown to the language model as part of the conversation context, enabling the model to invoke appropriate plugin APIs as needed to fulfill user intent.

Please note that the specific details on how to add an action to the GPT that contacts your own API service at a specific IP and port are not provided in the extracts. For more detailed instructions, you may want to refer to the OpenAI documentation (https://platform.openai.com/docs/actions).

Source: ChatGPT plugins (https://openai.com/blog/chatgpt-plugins)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@sly sapphire kapa.ai is still learning and improving, please let us know how it did by reacting below