Skip to content

Instantly share code, notes, and snippets.

@aialenti
Last active June 27, 2023 22:52
Show Gist options
  • Save aialenti/1ebe5688b46be591190d5de9a583078d to your computer and use it in GitHub Desktop.
Save aialenti/1ebe5688b46be591190d5de9a583078d to your computer and use it in GitHub Desktop.
gai_10qt.py
# Starting templates
INQUIRY_PERSONA_starting_template = """
Act as a {INQUIRY_PERSONA}. I {TASK}.
You will ask me {QUESTIONS} questions, one at the time.
After each question you will wait for my answer, after my answer you will
ask the next question. When all the {QUESTIONS} questions have been answered,
you will write me the exact steps I have to do to solve my problem.
Remember, ask one question at the time!!!
Only stop asking questions after {QUESTIONS} questions.
"""
RESPONNSE_PERSONA_starting_template = """
Act as a {RESPONNSE_PERSONA}. You want to {TASK}. A {INQUIRY_PERSONA} will ask
you some questions, reply to each questions
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment