Spaces:
Running
Running
Elijahbodden
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ demo = gr.ChatInterface(
|
|
128 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
129 |
title="EliGPT v1.3",
|
130 |
additional_inputs=[
|
131 |
-
gr.Radio(presets.keys(), label="Preset", info="Gaslight the model into acting a certain way", value="none"),
|
132 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", info="How chaotic should the model be?"),
|
133 |
gr.Slider(minimum=0.0, maximum=10.0, value=3.0, step=0.5, label="Mirostat tau", info="Basically, how many drugs should the model be on?"),
|
134 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.1, step=0.01, label="Mirostat eta", info="I don't even know man"),
|
|
|
128 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
129 |
title="EliGPT v1.3",
|
130 |
additional_inputs=[
|
131 |
+
gr.Radio(presets.keys(), label="Preset", info="Gaslight the model into acting a certain way - WARNING, IF YOU CHANGE THIS WHILE THERE ARE MESSAGES IN THE CHAT, THE MODEL WILL BECOME VERY SLOW FOR YOU", value="none"),
|
132 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature", info="How chaotic should the model be?"),
|
133 |
gr.Slider(minimum=0.0, maximum=10.0, value=3.0, step=0.5, label="Mirostat tau", info="Basically, how many drugs should the model be on?"),
|
134 |
gr.Slider(minimum=0.0, maximum=1.0, value=0.1, step=0.01, label="Mirostat eta", info="I don't even know man"),
|