Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def main():
|
|
147 |
st.header("Settings")
|
148 |
system_message = st.text_area(
|
149 |
"System Message",
|
150 |
-
value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem.",
|
151 |
height=100
|
152 |
)
|
153 |
max_tokens = st.slider(
|
|
|
147 |
st.header("Settings")
|
148 |
system_message = st.text_area(
|
149 |
"System Message",
|
150 |
+
value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem. 반드시 한글로 답변하라.",
|
151 |
height=100
|
152 |
)
|
153 |
max_tokens = st.slider(
|