API Docs (GPT): Difference between revisions

m (Text replacement - "|Conversations" to "|Chats")
 
(5 intermediate revisions by the same user 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
|Chats =  
|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 75: Line 81:


==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 (Uploaded Files)==
==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==