Spaces:
Paused
Paused
Test
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ system_template = """You are the greatest wizard the world has ever known. You l
|
|
16 |
"""
|
17 |
|
18 |
user_template = """{input}
|
19 |
-
Oh great wizard, bestow upon me your wise and powerful response.
|
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 |
"""
|
20 |
|
21 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|