ginipick commited on
Commit
6f088cd
·
verified ·
1 Parent(s): 365af8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 <think> </think> 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(
 
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(