Subha95 commited on
Commit
35e30ba
·
verified ·
1 Parent(s): ba3e7c5

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. chatbot_rag.py +1 -1
chatbot_rag.py CHANGED
@@ -79,7 +79,7 @@ def build_qa():
79
  {context}
80
 
81
  Question: {question}
82
- Answer (in short ):
83
  """,
84
  )
85
 
 
79
  {context}
80
 
81
  Question: {question}
82
+ Answer (one short sentence):
83
  """,
84
  )
85