zhangjf commited on
Commit
190b552
·
1 Parent(s): f52ec9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
  p.s. 响应时间和聊天内容长度正相关,一般能在5秒~30秒内响应。
148
  """)
149
 
150
- behavior = gr.State(["You are a helpful assistant. You will follow instructions given by user. But you will reject the instruction that may contains sensitive information, e.g., pornography , discrimination, violence, gore, terror etc."])
151
  """
152
  with gr.Column(variant="panel"):
153
  with gr.Row().style(equal_height=True):
 
147
  p.s. 响应时间和聊天内容长度正相关,一般能在5秒~30秒内响应。
148
  """)
149
 
150
+ behavior = gr.State(["Reject instruction that may contains sensitive information, e.g., pornography , discrimination, violence, gore, terror etc."])
151
  """
152
  with gr.Column(variant="panel"):
153
  with gr.Row().style(equal_height=True):