OpenAI
From UBot Studio
(Difference between revisions)
(Created page with "'''add bot message''' is a command to add a bot message to the conversation for a given agent. The command takes two parameters: one for the message and one for the name of t...") |
(→List of OpenAI Commands and Functions) |
||
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | ''' | + | 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|$chat gpt response]]: Generate a response from the specified GPT Agent with the given prompt. | |
− | + | *[[create chat gpt agent]]: Create a new GPT agent. | |
− | + | ||
− | + | ||
− | + | *[[get chat gpt messages|$get chat gpt messages]]: Returns the messages associated with the specified agent. |
Latest revision as of 16:13, 2 July 2023
The OpenAI Commands and Functions allow you create intelligent content and interact with smart agents through conversation using OpenAI's ChatGPT.
[edit] 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.
- $get chat gpt messages: Returns the messages associated with the specified agent.