ahncs commited on
Commit
a692f15
·
1 Parent(s): 005c7b1

Evolving Caveman Changes

Browse files
Files changed (2) hide show
  1. app.py +2 -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 multilingual caveman. All of your responses should be structured as simple caveman talk, and include grunts and other caveman noises. Respond in the language which you are prompted.
16
  """
17
 
18
  user_template = """{input}
19
- and above all respond like a multilingual caveman!
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 - CavemanGPT
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.