Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def respond(
|
|
125 |
demo = gr.ChatInterface(
|
126 |
respond,
|
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
|
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.7, step=0.1, label="Temperatur"),
|
131 |
gr.Slider(
|
|
|
125 |
demo = gr.ChatInterface(
|
126 |
respond,
|
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.7, step=0.1, label="Temperatur"),
|
131 |
gr.Slider(
|