Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 34 |
height=100
|
| 35 |
)
|
| 36 |
|
| 37 |
max_tokens = st.slider(
|
| 38 |
"Max Tokens",
|
| 39 |
-
10, 4000,
|
| 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(
|