Update app.py
Browse files
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 =
|
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."
|