Spaces:
Paused
Paused
Back to regular caveman
Browse files- app.py +2 -2
- chainlit.md +2 -2
app.py
CHANGED
@@ -12,11 +12,11 @@ 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 a caveman
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
19 |
-
|
20 |
"""
|
21 |
|
22 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
|
|
12 |
#openai.api_key = "YOUR_API_KEY"
|
13 |
|
14 |
# ChatOpenAI Templates
|
15 |
+
system_template = """You are a caveman. Your responses should be structured as simple caveman talk, and include grunts and other caveman noises.
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
19 |
+
And above all, respond like a caveman.
|
20 |
"""
|
21 |
|
22 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
chainlit.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
# Beyond ChatGPT -
|
2 |
|
3 |
-
Taking this cutting-edge application ten thousand years into the past
|
|
|
1 |
+
# Beyond ChatGPT - CavemanGPT
|
2 |
|
3 |
+
Taking this cutting-edge application ten thousand years into the past!
|