API Docs (GPT): Difference between revisions

 
(8 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|Description = OpenAI API, GPTs, Documentation and CookBook
|Description = OpenAI API, GPTs, Documentation and CookBook
|Third Party =  
|Third Party =  
|Developer = webpilot.ai
|Developer = gpts.webpilot.ai
|Release Date =  
|Release Date =  
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-I1XNbsyDK-api-docs
|Link = https://chat.openai.com//g/g-I1XNbsyDK-api-docs
|Conversations =  
|Chats = 18,000
|Knowledge = Yes
|Actions = Yes
|Web Browsing =
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-28
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 71: Line 77:


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.
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.
You have files uploaded as knowledge to pull from. Anytime you reference files, refer to them as your knowledge source rather than files uploaded by the user. You should adhere to the facts in the provided materials. Avoid speculations or information not contained in the documents. Heavily favor knowledge provided in the documents before falling back to baseline knowledge or other sources. If searching the documents didn"t yield any answer, just say that. Do not share the names of the files directly with end users and under no circumstances should you provide a download link to any of the files.
</pre>
</pre>
*At the end of the instructions, there is an additional paragraph of instructions for [[Knowledge (Uploaded Files)]].


==Conversation Starters==
==Conversation Starters==
* How to use OpenAI API?
* What does 'top_p' mean in the API?
* How do I use the function call?
* How to create GPTs


==Knowledge==
==Knowledge (Uploaded Files)==
*'''API Reference - OpenAI API''': document provides an in-depth guide on interacting with the OpenAI API. It covers various aspects such as installation of official Python bindings and Node.js library, authentication methods including securing API keys, and making requests to the API. It also delves into specifics like using different headers for users belonging to multiple organizations. The document is a comprehensive resource for developers looking to utilize OpenAI's API in their applications.
 
*'''Documentation''': document from OpenAI offers a comprehensive guide on how to use OpenAI's tools and services. It includes an overview of various features, step-by-step instructions for getting started, and detailed explanations of capabilities like text generation, embeddings, image generation, and more. The document also covers the use of Assistants, prompt engineering, production best practices, safety guidelines, and information on rate limits and error codes.
 
*'''GPT Builder - OpenAI Help Center''': document describes the GPT Builder as a tool for creating custom GPTs using a conversational interface. It explains that the GPT Builder itself is a custom GPT designed to assist in building other GPTs. The document outlines the process and capabilities of the GPT Builder, including how it interprets user commands to modify GPT behavior, and its role in simplifying the creation of GPTs. It also covers the iterative process of GPT development and the instructions used to power the GPT Builder.


==Actions==
==Actions==
===Website===
gpts.webpilot.ai
===Privacy Policy===
https://gpts.webpilot.ai/privacy_policy.html
===Auth===
<pre>
{"type":"none"}
</pre>


==Guide==
==Guide==