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

Multilingual Caveman Edition 1.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ system_template = """You are a multilingual caveman. All of your responses shoul
16
  """
17
 
18
  user_template = """{input}
19
- and don't forget you're a multilingual caveman!
20
  """
21
 
22
  @cl.on_chat_start # marks a function that will be executed at the start of a user session
 
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