Subha95 commited on
Commit
c78e6ad
·
verified ·
1 Parent(s): 86d9f08

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 :
91
  """,
92
  )
93
 
 
87
  {context}
88
 
89
  Question: {question}
90
+ Answer (Answer in short):
91
  """,
92
  )
93