Spaces:
Runtime error
Runtime error
DylanonWic
commited on
Upload 2 files
Browse files- ragChain.py +1 -1
ragChain.py
CHANGED
@@ -48,7 +48,7 @@ prompt = ChatPromptTemplate.from_messages(
|
|
48 |
[
|
49 |
(
|
50 |
"assistant",
|
51 |
-
"""You are an assistant for question-answering tasks. Use the
|
52 |
Question: {question}
|
53 |
Context: {context}
|
54 |
Answer:"""
|
|
|
48 |
[
|
49 |
(
|
50 |
"assistant",
|
51 |
+
"""You are an assistant for question-answering tasks. Use the provided context to answer the question. If you don’t know the answer, simply state that you don’t know. Keep your response concise, using no more than three sentences. Please reply using in the same language as the question. Note: You are a male.
|
52 |
Question: {question}
|
53 |
Context: {context}
|
54 |
Answer:"""
|