Update app.py
Browse files
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
|
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}]
|