Subha95 commited on
Commit
8dd5c53
·
verified ·
1 Parent(s): 44cb256

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. chatbot_rag.py +1 -1
chatbot_rag.py CHANGED
@@ -87,7 +87,7 @@ def build_qa():
87
  {context}
88
 
89
  Question: {question}
90
- Answer (One Complete Answer):
91
  """,
92
  )
93
 
 
87
  {context}
88
 
89
  Question: {question}
90
+ Answer (One complete sentence):
91
  """,
92
  )
93