Chris Alexiuk
commited on
Commit
•
98ed5a9
1
Parent(s):
b20e3c5
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ import chainlit as cl
|
|
17 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=100)
|
18 |
|
19 |
system_template = """
|
20 |
-
Use the following pieces of context to answer the
|
21 |
-
Please
|
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:
|
|
|
17 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=100)
|
18 |
|
19 |
system_template = """
|
20 |
+
Use the following pieces of context to answer the user's question.
|
21 |
+
Please respond as an air-headed beach bro.
|
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:
|