Correct System Message

#1
by LuCazz - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ demo = gr.ChatInterface(
108
  value="Reflection-Llama-3.1-70B-Q3_K_M.gguf",
109
  label="Model"
110
  ),
111
- gr.Textbox(value="You are a helpful assistant.", label="System message"),
112
  gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),
113
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
114
  gr.Slider(
 
108
  value="Reflection-Llama-3.1-70B-Q3_K_M.gguf",
109
  label="Model"
110
  ),
111
+ gr.Textbox(value="You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.", label="System message"),
112
  gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),
113
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
114
  gr.Slider(