brurei commited on
Commit
87a3eaa
1 Parent(s): b5b4981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def construct_index(directory_path):
28
 
29
  def chatbot(input_text):
30
  index = GPTSimpleVectorIndex.load_from_disk('index.json')
31
- response = index.query(input_text, response_mode="compact")
32
  return response.response
33
 
34
  description = """
 
28
 
29
  def chatbot(input_text):
30
  index = GPTSimpleVectorIndex.load_from_disk('index.json')
31
+ response = index.query(input_text)
32
  return response.response
33
 
34
  description = """