Create chat gpt agent
From UBot Studio
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.