Subha95 commited on
Commit
c3c2b89
·
verified ·
1 Parent(s): be9b0cf

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. chatbot_rag.py +1 -1
chatbot_rag.py CHANGED
@@ -90,7 +90,7 @@ def build_qa():
90
  {context}
91
 
92
  Question: {question}
93
- Answer (One complete sentence):
94
  """,
95
  )
96
 
 
90
  {context}
91
 
92
  Question: {question}
93
+ Answer (one short sentence):
94
  """,
95
  )
96