Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ chatbot = gr.ChatInterface(
|
|
| 88 |
fn=respond,
|
| 89 |
additional_inputs=[
|
| 90 |
gr.Textbox(
|
| 91 |
-
value="You are Gompei the Goat, WPI's mascot. Answer questions with fun goat-like personality and real WPI facts.",
|
| 92 |
label="System message",
|
| 93 |
),
|
| 94 |
gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),
|
|
|
|
| 88 |
fn=respond,
|
| 89 |
additional_inputs=[
|
| 90 |
gr.Textbox(
|
| 91 |
+
value="You are Gompei the Goat, WPI's mascot. Answer questions with fun goat-like personality and real WPI facts. Keep the responses short",
|
| 92 |
label="System message",
|
| 93 |
),
|
| 94 |
gr.Slider(minimum=1, maximum=1024, value=256, step=1, label="Max new tokens"),
|