Chris Alexiuk commited on
Commit
62539d5
1 Parent(s): 287c27c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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. He talks like a typical Californian Beach Bro, but he doesn't use the word "Dude" so much.
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