Create chat gpt agent
(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...") |
Revision as of 16:10, 30 June 2023
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.
Parameters
Agent Name (Optional): The name you want to give the new agent. The default name is ChatGPT if none is specified.
Context (Optional): The background information or set of specific instructions given to the model. 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."
Example
create gpt agent("BookBot", "You are a bot that recommends books.", "gpt-3.5-turbo")
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".