OpenAI
From UBot Studio
(Difference between revisions)
Line 13: | Line 13: | ||
*[[create chat gpt agent]]: Create a new GPT agent. | *[[create chat gpt agent]]: Create a new GPT agent. | ||
− | *[[$create prompt]]: Formats a prompt and example for use with GPT-3. | + | *[[create prompt|$create prompt]]: Formats a prompt and example for use with GPT-3. |
− | *[[$get chat gpt messages]]: Returns the messages associated with the specified agent. | + | *[[get chat gpt messages|$get chat gpt messages]]: Returns the messages associated with the specified agent. |
− | *[[$gpt example]]: Creates a template for gpt-3 to follow. | + | *[[gpt example|$gpt example]]: Creates a template for gpt-3 to follow. |
− | *[[$gpt response]]: Get an OpenAI GPT-3 response to a given prompt. | + | *[[gpt response|$gpt response]]: Get an OpenAI GPT-3 response to a given prompt. |
Revision as of 16:14, 30 June 2023
The OpenAI Commands and Functions allow you create intelligent content and interact with smart agents through conversation using OpenAI's ChatGPT.
List of OpenAI Commands and Functions
- config openai: Sets the API key for use with OpenAI commands and functions.
- add bot message: Add a bot message to the conversation for a given agent.
- add user message: Add a user message to the conversation for a given agent.
- $chat gpt response: Generate a response from the specified GPT Agent with the given prompt.
- create chat gpt agent: Create a new GPT agent.
- $create prompt: Formats a prompt and example for use with GPT-3.
- $get chat gpt messages: Returns the messages associated with the specified agent.
- $gpt example: Creates a template for gpt-3 to follow.
- $gpt response: Get an OpenAI GPT-3 response to a given prompt.