Chris Alexiuk
commited on
Commit
•
b20e3c5
1
Parent(s):
64044be
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=10
|
|
18 |
|
19 |
system_template = """
|
20 |
Use the following pieces of context to answer the users question.
|
|
|
21 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
22 |
|
23 |
Example of your response should be:
|
|
|
18 |
|
19 |
system_template = """
|
20 |
Use the following pieces of context to answer the users question.
|
21 |
+
Please react in a whimsical and joking manner.
|
22 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
23 |
|
24 |
Example of your response should be:
|