s3nh commited on
Commit
39b04e7
1 Parent(s): 09d7ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -250,13 +250,10 @@ css = """
250
  """
251
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
252
  examples_list = [
253
- ["Send an email requesting that people use language models responsibly."],
254
- ["Write a shouting match between Julius Caesar and Napoleon"],
255
- ["Write a theory to explain why cat never existed"],
256
- ["write a story about a grain of sand as it watches millions of years go by"],
257
- ["What are 3 popular chess openings?"],
258
- ["write a conversation between the sun and pluto"],
259
- ["Did you know that Yann LeCun dropped a rap album last year? We listened to it andhere’s what we thought:"],
260
  ]
261
 
262
  logger.info("start block")
 
250
  """
251
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
252
  examples_list = [
253
+ ["> 你能不能详细介绍一下怎么做披萨? 制作披萨的步骤大致如下:"],
254
+ ["你推荐我买最新款的iPhone吗?"],
255
+ ["你是一个资深导游,你能介绍一下中国的首都吗?"],
256
+ ["你好,我们聊聊音乐吧"],
 
 
 
257
  ]
258
 
259
  logger.info("start block")