Create chat gpt agent

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(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 gpt agent''' is a command used to create a new GPT agent.
+
'''create new GPT agent''' creates a new GPT agent with specified characteristics.
  
Giving this command allows you to create a new GPT agent with a specified name, context, and model.
+
This command can be used to make a new GPT (Generative Pretrained Transformer) agent for automated responses in a conversation.
  
 
== Parameters ==
 
== Parameters ==
  
'''Agent Name (Optional):''' The name you want to give the new agent. The default name is ChatGPT if none is specified.
+
'''Agent Name:''' The name you want to assign to the new agent. The default name is "ChatGPT".
  
'''Context (Optional):''' The background information or set of specific instructions given to the model. The default context is "You are a helpful assistant."
+
'''Context:''' An optional context that you can provide to guide the agent's responses. The default context is "You are a helpful assistant."
  
'''Model (Optional):''' The specific model of the AI being used. The options are "gpt-3.5-turbo" and "gpt-4," with the default being "gpt-3.5-turbo."
+
'''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 gpt agent("BookBot", "You are a bot that recommends books.", "gpt-3.5-turbo")
+
create new GPT agent("MyChatGPT", "You are a smart chatbot.", "gpt-4")
 
</pre>
 
</pre>
  
In this example, a new GPT agent named "BookBot" is created. This agent, developed through the "gpt-3.5-turbo" model, assumes the context "You are a bot that recommends books".
+
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.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox