Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def store_message(name: str, message: str):
|
|
94 |
|
95 |
|
96 |
def greet(text):
|
97 |
-
response = query_index(index, "Act as a KION equipment expert:" + text)
|
98 |
return response
|
99 |
|
100 |
|
|
|
94 |
|
95 |
|
96 |
def greet(text):
|
97 |
+
response = query_index(index, "Act as a KION equipment expert and answer this:" + text + ". (Include the context reference, file, page if available)")
|
98 |
return response
|
99 |
|
100 |
|