ffreemt commited on
Commit
e8c556f
·
1 Parent(s): 6afaebf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(
314
  1.1, # repetition_penalty
315
  0, # top_k
316
  0.9, # top_p
317
- "You are a help assistant", # system_prompt
318
  None, # history
319
  api_name="/api"
320
  )
 
314
  1.1, # repetition_penalty
315
  0, # top_k
316
  0.9, # top_p
317
+ "You are a helpful assistant.", # system_prompt
318
  None, # history
319
  api_name="/api"
320
  )