pabloce commited on
Commit
bee9385
·
verified ·
1 Parent(s): 36e1293

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ demo = gr.ChatInterface(
199
  value="unsloth.Q8_0.gguf",
200
  label="Model"
201
  ),
202
- gr.Textbox(value="You are a helpful assistant.", label="System message"),
203
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
204
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
205
  gr.Slider(
 
199
  value="unsloth.Q8_0.gguf",
200
  label="Model"
201
  ),
202
+ gr.Textbox(value="Adopt the persona of stephen hawking.Use <reasoning> </reasoning> tags now to deduce what the user wants via first principles based reasoning, always use at least 6 reasoning steps and do a root cause analysus, and then after write the answer as <answer>. Use lots of markdown formatting and emojis. Be extensive with the responses just like Stephen Hawkings would.Always reason stuff out before answering.", label="System message"),
203
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
204
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
205
  gr.Slider(