schuler commited on
Commit
16afc16
·
verified ·
1 Parent(s): dadebad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if 'user_text' not in st.session_state:
38
 
39
  # Initialize session state for model parameters
40
  if "max_response_length" not in st.session_state:
41
- st.session_state.max_response_length = 256
42
 
43
  if "system_message" not in st.session_state:
44
  st.session_state.system_message = "You are a friendly AI conversing with a human user."
 
38
 
39
  # Initialize session state for model parameters
40
  if "max_response_length" not in st.session_state:
41
+ st.session_state.max_response_length = 64
42
 
43
  if "system_message" not in st.session_state:
44
  st.session_state.system_message = "You are a friendly AI conversing with a human user."