Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,12 @@ def handle_no_answer(response):
|
|
119 |
"not enough context",
|
120 |
"Sorry, I do not have enough information",
|
121 |
"I do not have enough information",
|
122 |
-
"I don't have enough information"
|
|
|
|
|
|
|
|
|
|
|
123 |
]
|
124 |
|
125 |
alternative_responses = [
|
|
|
119 |
"not enough context",
|
120 |
"Sorry, I do not have enough information",
|
121 |
"I do not have enough information",
|
122 |
+
"I don't have enough information",
|
123 |
+
"Sorry, I don't have enough context to answer that question.",
|
124 |
+
"I don't have enough context to answer that question.",
|
125 |
+
"to answer that question.",
|
126 |
+
"Sorry"
|
127 |
+
|
128 |
]
|
129 |
|
130 |
alternative_responses = [
|