Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ demo = gr.ChatInterface(
|
|
217 |
value=MISTRAL_MODEL_NAME,
|
218 |
label="Model"
|
219 |
),
|
220 |
-
gr.Textbox(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
|
221 |
gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
|
222 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
223 |
gr.Slider(
|
|
|
217 |
value=MISTRAL_MODEL_NAME,
|
218 |
label="Model"
|
219 |
),
|
220 |
+
gr.Textbox(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.", label="System message"),
|
221 |
gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
|
222 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
223 |
gr.Slider(
|