ruslanmv commited on
Commit
7a16b3c
·
verified ·
1 Parent(s): bba825f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,13 +30,13 @@ with st.sidebar:
30
 
31
  system_message = st.text_area(
32
  "System Message",
33
- value="You are a friendly chatbot created by ruslanmv.com. Assist users politely, accurately, and cheerfully in all interactions.",
34
  height=100
35
  )
36
 
37
  max_tokens = st.slider(
38
  "Max Tokens",
39
- 10, 4000, 256
40
  )
41
 
42
  temperature = st.slider(
 
30
 
31
  system_message = st.text_area(
32
  "System Message",
33
+ value="You are a friendly chatbot created by ruslanmv.com. Provide clear, accurate, and brief answers. Keep responses polite, engaging, and to the point. If unsure, politely suggest alternatives.",
34
  height=100
35
  )
36
 
37
  max_tokens = st.slider(
38
  "Max Tokens",
39
+ 10, 4000, 100
40
  )
41
 
42
  temperature = st.slider(