taufiqdp commited on
Commit
e9f724a
1 Parent(s): 48e7e21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,7 +79,7 @@ gr.ChatInterface(
79
  gr.Textbox(
80
  label="System prompt",
81
  lines=5,
82
- value="You are a helpful digital assistant. Please provide safe, ethical and accurate information to the user."
83
  ),
84
  gr.Slider(
85
  label="Max new tokens",
@@ -91,7 +91,7 @@ gr.ChatInterface(
91
  gr.Slider(
92
  label="Temperature",
93
  minimum=0.1,
94
- maximum=4.0,
95
  step=0.1,
96
  value=0.6,
97
  ),
 
79
  gr.Textbox(
80
  label="System prompt",
81
  lines=5,
82
+ value="You are a helpful digital assistant."
83
  ),
84
  gr.Slider(
85
  label="Max new tokens",
 
91
  gr.Slider(
92
  label="Temperature",
93
  minimum=0.1,
94
+ maximum=1.0,
95
  step=0.1,
96
  value=0.6,
97
  ),