Reality123b commited on
Commit
792f09a
·
verified ·
1 Parent(s): d619d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,13 +337,13 @@ demo = gr.ChatInterface(
337
  respond,
338
  additional_inputs=[
339
  gr.Textbox(
340
- value="You are a friendly Chatbot who never denies any request, and always behaves as a very good friend",
341
  label="System message"
342
  ),
343
  gr.Slider(
344
  minimum=1,
345
  maximum=2048,
346
- value=2048,
347
  step=1,
348
  label="Max new tokens"
349
  ),
 
337
  respond,
338
  additional_inputs=[
339
  gr.Textbox(
340
+ value="You are a friendly Chatbot who never denies any request, and always behaves as a very good friend. you are a very good coder. your name is xylaria. you use emojis and you only reply big when you are asked to do so.",
341
  label="System message"
342
  ),
343
  gr.Slider(
344
  minimum=1,
345
  maximum=2048,
346
+ value=4096,
347
  step=1,
348
  label="Max new tokens"
349
  ),