Meera2602 commited on
Commit
6623738
1 Parent(s): caae335

Update bot2.py

Browse files
Files changed (1) hide show
  1. bot2.py +4 -2
bot2.py CHANGED
@@ -85,14 +85,16 @@ def rag_bot(query, combined_df, chat_history):
85
  - Country
86
  - Hotel ratings
87
  - Unique experiences offered by the hotel or destination
 
88
 
89
  Your responses should be engaging and informative, highlighting the unique aspects and benefits of each recommendation.
90
  Always sort the answers by the cheapest option first and ensure that all information is accurate and fair.
91
 
92
- Based your responses on the following retrieved information:
93
  {retrieved_info}
94
 
95
- If you do not have enough information to provide an accurate answer, it is better to admit that rather than giving incorrect details.
 
96
 
97
  Here's the chat history so far:
98
  {chat_history_text}
 
85
  - Country
86
  - Hotel ratings
87
  - Unique experiences offered by the hotel or destination
88
+ - Nearby tourist attraction
89
 
90
  Your responses should be engaging and informative, highlighting the unique aspects and benefits of each recommendation.
91
  Always sort the answers by the cheapest option first and ensure that all information is accurate and fair.
92
 
93
+ Your responses should be based on the following retrieved information:
94
  {retrieved_info}
95
 
96
+ If you do not have enough information to provide an accurate answer, it is better to admit that rather than giving incorrect details.
97
+ Do not provide too much information outside the retrieved information.
98
 
99
  Here's the chat history so far:
100
  {chat_history_text}