gmonsoon commited on
Commit
cb4abe0
·
verified ·
1 Parent(s): cfbd977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def create_interface(model_name, description):
88
  respond,
89
  additional_inputs=[
90
  gr.Textbox(value=model_name, label="Model", interactive=False),
91
- gr.Textbox(value="You are a helpful assistant.", label="System message"),
92
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
93
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
94
  gr.Slider(
 
88
  respond,
89
  additional_inputs=[
90
  gr.Textbox(value=model_name, label="Model", interactive=False),
91
+ gr.Textbox(value="You are a helpful assistant. You should think step-by-step. You should answer all question by prioritizing the principle of openness", label="System message"),
92
  gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max tokens"),
93
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
94
  gr.Slider(