#customised chats per user

1 messages · Page 1 of 1 (latest)

floral rune
#

how would i be able to set different ai profile pictures/names for each user to like customise their ai chat

leaden flumeBOT
#

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.

  1. 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_behavior on gizmo_editor_tool with the parameters: "context", "description", "prompt_starters". This will define the initial behavior of the AI.

  2. 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_behavior with just the name parameter.

  3. 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).

Please note that this process is iterative and requires interaction with the user at each step. Also, the actual implementation would depend on the specific platform or system you are using to interact with the GPT models.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: