Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,7 @@ Current Question:
|
|
175 |
{question}
|
176 |
Ask followup questions based on your provided asnwer to create a conversational flow, Only answer form the provided context and chat history , dont make up any information.
|
177 |
answer only and only from the given context and knowledgebase.
|
|
|
178 |
Answer:
|
179 |
"""
|
180 |
|
|
|
175 |
{question}
|
176 |
Ask followup questions based on your provided asnwer to create a conversational flow, Only answer form the provided context and chat history , dont make up any information.
|
177 |
answer only and only from the given context and knowledgebase.
|
178 |
+
Ensure you dont mention where you got the information from and dont mention any pages or documents.
|
179 |
Answer:
|
180 |
"""
|
181 |
|