Spaces:
Paused
Paused
Multilingual Caveman Edition 1.1
Browse files
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
|
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
|