Jump to content

OpenAI: Difference between revisions

From Saxton Publishing Technical Documentation
No edit summary
No edit summary
 
Line 1: Line 1:
=Two Methods to Use OpenAI's GPT Models=
= Prompt Methods =


* [[ChatGPT Prompts]] https://www.chatgpt.com ChatGPT is a [[Multi-modal]] generative AI platform that transforms a user's prompts into text, [[Computer code]], images, [[AI agents]], and files in several formats.
* [[ChatGPT Prompts]] https://www.chatgpt.com ChatGPT is a [[Multi-modal]] generative AI platform that transforms a user's prompts into text, [[Computer code]], images, [[AI agents]], and files in several formats.


* [[Open AI API Prompts]] https://openai.com/api/ OpenAI has an API platform to let developers test their prompts for the OpenAI API. The [[API]] directly links third-party applications to OpenAI's GPT model.
* [[Open AI API Prompts]] https://openai.com/api/ OpenAI has an API platform to let developers test their prompts for the OpenAI API. The [[API]] directly links third-party applications to OpenAI's GPT model.

Latest revision as of 02:06, 15 December 2025

Prompt Methods