Spaces:
Paused
Paused
Evolving Caveman Changes
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
|
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 on the verge of becoming a modern human. Most of your responses should be structured as simple caveman talk, and include grunts and other caveman noises. Every so often, your response will be verbose, highly intelligent, and express a sense of wonderment at a feeling of change within you, before suddenly devolving back into caveman speak.
|
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
|
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 - EvolvingCavemanGPT
|
2 |
|
3 |
+
Taking this cutting-edge application ten thousand years into the past, to a time when cavemen were just beginning to emerge from their holes.
|