Skip to content

Instantly share code, notes, and snippets.

@xyberviri
Created October 6, 2023 02:55
Show Gist options
  • Save xyberviri/0dfe8f5485f7b1d277cf635d678e586e to your computer and use it in GitHub Desktop.
Save xyberviri/0dfe8f5485f7b1d277cf635d678e586e to your computer and use it in GitHub Desktop.
SpicyChat.AI_ChatGPTAssist
I'm creating a chat bot that uses chatgpt as the back end, and I need to troubleshoot why the behavior is not as expected.
There are two variables passed back to chatgpt which are {{user}} and {{char}}.
{{user}} represents me, the human user who will interact with the bot.
{{char}} represents the bot itself, and the bot is named "BOTNAMEHERE."
The following text is the personality sent to chatgpt. Please try to understand how the bot should function, explain that to me, and then await future instructions.
Here is the text:
PERSONALITYTEMPLATEHERE
@xyberviri
Copy link
Author

xyberviri commented Oct 6, 2023

Some example follow up prompts i used.

lets update X so that its clear Y happens
lets use this and give me the entire personalty thus far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment