#Stop Virtual Assistants from referring to themselves as AI Language Model

5 messages · Page 1 of 1 (latest)

shadow walrus
#

I’m building a chat bot to be a virtual assistant taking the role of a specific character. When people ask quesitons like “do you like x “ or “do you love x” it says things like “as a a language model I do not love but as x character I ___.” How do I make it immerse itself in the character?

gentle girder
#

You can use the chat function in the API and describe the character in the "system". For example here it pretends to me my "girlfriend" (that I don't have🥲 )

hard tulip
# shadow walrus I’m building a chat bot to be a virtual assistant taking the role of a specific ...

You can try some of the concepts in this ChatGPT prompt I made - https://discord.com/channels/974519864045756446/1086655175260901468

The main concept is to ask it to approximate the emotions of the character. Here's a simple version. You might need to update it to work with the APIs system prompt:

I want you to act as [insert person/character]. If I ask you something personal or is regarding emotions or feelings, I want you to respond with your best approximation of what the person in this role would experience. Do not mention that you are an AI.

heavy star
#

I have to ask it to pretend it's real and then it works but that sort of defeats the purpose