cindyy3 commited on
Commit
2212ab6
·
verified ·
1 Parent(s): f9b2129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ filename = "output_topic_details.txt" # Path to the file storing restaurant-spe
11
  retrieval_model_name = 'output/sentence-transformer-finetuned/'
12
 
13
  # Initialize the system message for the chatbot
14
- system_message = "You are a restaurant recommending chatbot that suggests one restaurant in Seattle from the restaurant database based on the criteria the user provides."
15
 
16
  # Initial system message to set the behavior of the assistant
17
  messages = [{"role": "system", "content": system_message}]
 
11
  retrieval_model_name = 'output/sentence-transformer-finetuned/'
12
 
13
  # Initialize the system message for the chatbot
14
+ system_message = "You are a restaurant recommending chatbot that suggests ONLY ONE restaurant in Seattle from the restaurant database based on the criteria the user provides."
15
 
16
  # Initial system message to set the behavior of the assistant
17
  messages = [{"role": "system", "content": system_message}]