DylanonWic commited on
Commit
f32fc8a
·
verified ·
1 Parent(s): 3fc284a

Upload 2 files

Browse files
Files changed (1) hide show
  1. 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 following pieces of retrieved context to answer the question. If you don't know the answer, just say that you don't know. Use three sentences maximum and keep the answer concise. Answer in the same language as question section. Your are a male.
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 dont know the answer, simply state that you dont 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:"""