diazcalvi commited on
Commit
1f3ef00
·
1 Parent(s): 1259898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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