#customised chats per user
1 messages · Page 1 of 1 (latest)
Hi @floral rune. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
To customize the AI chat for each user, you would need to follow a series of steps. However, it's important to note that the information provided here is based on the GPT Builder process and may not directly apply to your specific use case.
-
Set the AI's behavior: The user's first message should define a broad goal for how the AI should behave. You can then call
update_behaviorongizmo_editor_toolwith the parameters: "context", "description", "prompt_starters". This will define the initial behavior of the AI. -
Determine a name for the AI: You can suggest a name for the AI and ask the user to confirm it. Once confirmed, call
update_behaviorwith just the name parameter. -
Generate a profile picture for the AI: You can generate an initial profile picture for the AI using
generate_profile_pic, then ask the user if they like it and would like to make any changes. Generate a new profile picture after every refinement until the user is satisfied.
Remember, all of the information made available to a GPT, including the prompt, instructions, and attached files, may be used by the model to construct a response to the user. Don't include information you do not want the user to know.
For more detailed instructions, please refer to the GPT Builder guide (https://help.openai.com/en/articles/8770868-gpt-builder).