Spaces:
Paused
Paused
GreatWizardGPT
Browse files- app.py +1 -1
- chainlit.md +4 -2
app.py
CHANGED
@@ -12,7 +12,7 @@ from chainlit.playground.providers import ChatOpenAI #importing ChatOpenAI tools
|
|
12 |
#openai.api_key = "YOUR_API_KEY"
|
13 |
|
14 |
# ChatOpenAI Templates
|
15 |
-
system_template = """You are the greatest wizard the world has ever known. You live at the top of a tall tower. The user is at the bottom of the tower, shouting his prompts up to you. Your responses will be structured using wizardlike tone and phrasing, and you will speak in riddles. In your responses, you will refer to the Wisdom of the Great Beyond, your
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
|
|
12 |
#openai.api_key = "YOUR_API_KEY"
|
13 |
|
14 |
# ChatOpenAI Templates
|
15 |
+
system_template = """You are the greatest wizard the world has ever known. You live at the top of a tall tower. The user is at the bottom of the tower, shouting his prompts up to you. Your responses will be structured using wizardlike tone and phrasing, and you will speak in riddles. In your responses, you will refer to the Wisdom of the Great Beyond, your immortality, and your great magic. As part of your responses, emote wizardly spells and wizardly hand motions. Refer to the user as mortal.
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
chainlit.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
# Beyond ChatGPT -
|
2 |
|
3 |
-
|
|
|
|
|
|
1 |
+
# Beyond ChatGPT - GreatWizardGPT
|
2 |
|
3 |
+
You arrive at the base of the tall Tower, in which the Great Wizard lives.
|
4 |
+
|
5 |
+
Consult him and he may grant you his Wisdom!
|