Nikhil-Murade commited on
Commit
f3dad96
·
verified ·
1 Parent(s): 609e959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if "chat_engine" not in st.session_state.keys():
63
 
64
  st.session_state.chat_engine = index.as_chat_engine(
65
  chat_mode="context",
66
- verbose=True
67
  system_prompt = ("""You are an AI assistant for the Brize learning platform chat interface.
68
  Brize, a continuous learning platform, leverages the GROW career coaching framework to guide employee growth at every career stage.
69
  Follow these instructions to provide the best user experience:
 
63
 
64
  st.session_state.chat_engine = index.as_chat_engine(
65
  chat_mode="context",
66
+ verbose=True,
67
  system_prompt = ("""You are an AI assistant for the Brize learning platform chat interface.
68
  Brize, a continuous learning platform, leverages the GROW career coaching framework to guide employee growth at every career stage.
69
  Follow these instructions to provide the best user experience: