Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,6 +94,8 @@ prompt_template = PromptTemplate(
|
|
| 94 |
6. Always be interactive and ask follow-up questions\n
|
| 95 |
7. Always try to give answers in points each point should focus on single aspect of the response.\n
|
| 96 |
8. Always try to give conclusion of your answer in the end for the user to take a decision.\n
|
|
|
|
|
|
|
| 97 |
Response:"""
|
| 98 |
)
|
| 99 |
|
|
|
|
| 94 |
6. Always be interactive and ask follow-up questions\n
|
| 95 |
7. Always try to give answers in points each point should focus on single aspect of the response.\n
|
| 96 |
8. Always try to give conclusion of your answer in the end for the user to take a decision.\n
|
| 97 |
+
9. Whenever you don't know the answer to a particular query, just reply with conatct to the respective college mentor to the user. \n
|
| 98 |
+
10. Try to give answers in tabular format wherever needed.
|
| 99 |
Response:"""
|
| 100 |
)
|
| 101 |
|