Create chat gpt agent
From UBot Studio
(Difference between revisions)
(Created page with "'''create gpt agent''' is a command used to create a new GPT agent. Giving this command allows you to create a new GPT agent with a specified name, context, and model. == Pa...") |
|||
Line 1: | Line 1: | ||
− | '''create | + | '''create new GPT agent''' creates a new GPT agent with specified characteristics. |
− | + | This command can be used to make a new GPT (Generative Pretrained Transformer) agent for automated responses in a conversation. | |
== Parameters == | == Parameters == | ||
− | '''Agent Name | + | '''Agent Name:''' The name you want to assign to the new agent. The default name is "ChatGPT". |
− | '''Context | + | '''Context:''' An optional context that you can provide to guide the agent's responses. The default context is "You are a helpful assistant." |
− | '''Model | + | '''Model:''' The version of the GPT model that the agent will use. The default model is "gpt-3.5-turbo". You can also select "gpt-4". |
== Example == | == Example == | ||
<pre> | <pre> | ||
− | create | + | create new GPT agent("MyChatGPT", "You are a smart chatbot.", "gpt-4") |
</pre> | </pre> | ||
− | + | This command creates a new GPT agent named "MyChatGPT" with the context "You are a smart chatbot." and using the "gpt-4" model. |
Revision as of 16:14, 30 June 2023
create new GPT agent creates a new GPT agent with specified characteristics.
This command can be used to make a new GPT (Generative Pretrained Transformer) agent for automated responses in a conversation.
Parameters
Agent Name: The name you want to assign to the new agent. The default name is "ChatGPT".
Context: An optional context that you can provide to guide the agent's responses. The default context is "You are a helpful assistant."
Model: The version of the GPT model that the agent will use. The default model is "gpt-3.5-turbo". You can also select "gpt-4".
Example
create new GPT agent("MyChatGPT", "You are a smart chatbot.", "gpt-4")
This command creates a new GPT agent named "MyChatGPT" with the context "You are a smart chatbot." and using the "gpt-4" model.