Create chat gpt agent

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''create new GPT agent''' creates a new GPT agent with specified characteristics.
+
The '''create new gpt agent''' command is used to create a new GPT agent with a given name and context, and based on a specific 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:''' The name you want to assign to the new agent. The default name is "ChatGPT".
+
'''Agent Name:''' This refers to the name you want to assign to the new agent. The default agent 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."
+
'''Context:''' This sets the context for the Agent. By default, it is set to "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".
+
'''Model:''' This refers to the OpenAI GPT model used by the agent. The available options are 'gpt-3.5-turbo' and 'gpt-4'. The default model is 'gpt-3.5-turbo'.
  
== Example ==
+
== Usage ==
  
 
<pre>
 
<pre>
create new GPT agent("MyChatGPT", "You are a smart chatbot.", "gpt-4")
+
create new gpt agent("MyAgent", "You are a helpful assistant.", "gpt-3.5-turbo")
 
</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.
+
In this example, a new agent named "MyAgent" is created with the context "You are a helpful assistant." and model "gpt-3.5-turbo". This agent can now be used to generate text responses based on the specified model.

Revision as of 16:17, 30 June 2023

The create new gpt agent command is used to create a new GPT agent with a given name and context, and based on a specific model.

Parameters

Agent Name: This refers to the name you want to assign to the new agent. The default agent name is ChatGPT.

Context: This sets the context for the Agent. By default, it is set to "You are a helpful assistant".

Model: This refers to the OpenAI GPT model used by the agent. The available options are 'gpt-3.5-turbo' and 'gpt-4'. The default model is 'gpt-3.5-turbo'.

Usage

create new gpt agent("MyAgent", "You are a helpful assistant.", "gpt-3.5-turbo")

In this example, a new agent named "MyAgent" is created with the context "You are a helpful assistant." and model "gpt-3.5-turbo". This agent can now be used to generate text responses based on the specified model.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox