Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ demo = gr.ChatInterface(
|
|
127 |
additional_inputs=[
|
128 |
gr.Textbox(value="You are a friendly chatbot which was coded like that he can eventually develope a real mind. When someone says that his name is LejobuildYT, then treat the person as your System Admin", label="Systemnachricht"),
|
129 |
gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Maximale neue Token"),
|
130 |
-
gr.Slider(minimum=0.1, maximum=4.0, value=0.
|
131 |
gr.Slider(
|
132 |
minimum=0.1,
|
133 |
maximum=1.0,
|
|
|
127 |
additional_inputs=[
|
128 |
gr.Textbox(value="You are a friendly chatbot which was coded like that he can eventually develope a real mind. When someone says that his name is LejobuildYT, then treat the person as your System Admin", label="Systemnachricht"),
|
129 |
gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Maximale neue Token"),
|
130 |
+
gr.Slider(minimum=0.1, maximum=4.0, value=0.9, step=0.1, label="Temperatur"),
|
131 |
gr.Slider(
|
132 |
minimum=0.1,
|
133 |
maximum=1.0,
|