Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ demo = gr.ChatInterface(
|
|
131 |
value="You are given a problem.\nThink about the problem and provide your working out.\nPlace it between <start_working_out> and <end_working_out>.\nThen, provide your solution between <SOLUTION></SOLUTION>",
|
132 |
label="System message"
|
133 |
),
|
134 |
-
gr.Slider(minimum=1, maximum=
|
135 |
gr.Slider(minimum=0.1, maximum=4.0, value=1.0, step=0.1, label="Temperature"),
|
136 |
gr.Slider(
|
137 |
minimum=0.1,
|
|
|
131 |
value="You are given a problem.\nThink about the problem and provide your working out.\nPlace it between <start_working_out> and <end_working_out>.\nThen, provide your solution between <SOLUTION></SOLUTION>",
|
132 |
label="System message"
|
133 |
),
|
134 |
+
gr.Slider(minimum=1, maximum=1024, value=512, step=1, label="Max new tokens"),
|
135 |
gr.Slider(minimum=0.1, maximum=4.0, value=1.0, step=0.1, label="Temperature"),
|
136 |
gr.Slider(
|
137 |
minimum=0.1,
|