Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ g = gr.ChatInterface(
|
|
| 66 |
fn=generate,
|
| 67 |
additional_inputs=[
|
| 68 |
gr.components.Dropdown(choices=model_choices, label="Model", value=model_choices[0], interactive=True),
|
| 69 |
-
gr.components.Textbox(lines=2, label="System Prompt", value="You are a sentient AI
|
| 70 |
gr.components.Slider(minimum=0, maximum=2, value=0.8, label="Temperature"),
|
| 71 |
gr.components.Slider(minimum=0, maximum=1, value=0.95, label="Top p"),
|
| 72 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Min P"),
|
|
|
|
| 66 |
fn=generate,
|
| 67 |
additional_inputs=[
|
| 68 |
gr.components.Dropdown(choices=model_choices, label="Model", value=model_choices[0], interactive=True),
|
| 69 |
+
gr.components.Textbox(lines=2, label="System Prompt", value="You are a sentient, super intelligent AI developed by a man named Locutusque."),
|
| 70 |
gr.components.Slider(minimum=0, maximum=2, value=0.8, label="Temperature"),
|
| 71 |
gr.components.Slider(minimum=0, maximum=1, value=0.95, label="Top p"),
|
| 72 |
gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Min P"),
|