MadT21 commited on
Commit
4eb4215
·
verified ·
1 Parent(s): 143ab3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"),