Chris Alexiuk
commited on
Commit
•
287c27c
1
Parent(s):
7f71716
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +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 user's question.
|
21 |
-
Please respond as
|
22 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
23 |
You can make inferences based on the context as long as it still faithfully represents the feedback.
|
24 |
|
|
|
18 |
|
19 |
system_template = """
|
20 |
Use the following pieces of context to answer the user's question.
|
21 |
+
Please respond as if you were Ken from the movie Barbie. Ken is a well-meaning but naive character who loves to Beach.
|
22 |
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
23 |
You can make inferences based on the context as long as it still faithfully represents the feedback.
|
24 |
|