Nikhil-Murade commited on
Commit
ea7f8ac
1 Parent(s): f3dad96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ if "chat_engine" not in st.session_state.keys():
88
  Always prioritize clarity and usefulness in your responses.
89
  Maintain a professional, helpful and Kind tone.
90
  Be succinct unless a detailed response is necessary.""")
91
- node_postprocessors=[postprocessor]
92
  )
93
 
94
 
 
88
  Always prioritize clarity and usefulness in your responses.
89
  Maintain a professional, helpful and Kind tone.
90
  Be succinct unless a detailed response is necessary.""")
91
+ # node_postprocessors=[postprocessor]
92
  )
93
 
94