hiyouga commited on
Commit
6a32604
1 Parent(s): c7ec932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -116,10 +116,7 @@ with gr.Blocks(css=CSS) as demo:
116
  ],
117
  examples=[
118
  ["我的蓝牙耳机坏了,我该去看牙科还是耳鼻喉科?", "You are a helpful assistant."],
119
- [
120
- "在一道没有余数的除法算式里,被除数(不为零)加上除数和商的积,再除以被除数,所得的商是多少?",
121
- "You are a helpful assistant.",
122
- ],
123
  ["我的笔记本找不到了。", "扮演诸葛亮和我对话。"],
124
  ["我想要一个新的密码,长度为8位,包含特殊符号。", TOOL_EXAMPLE],
125
  ],
 
116
  ],
117
  examples=[
118
  ["我的蓝牙耳机坏了,我该去看牙科还是耳鼻喉科?", "You are a helpful assistant."],
119
+ ["小明有18支铅笔和24张纸,他想将它们分成每份相同的组,每组既有铅笔又有纸,问他最少可以分成几组,每组有多少支铅笔和多少张纸?", "You are a helpful assistant."],
 
 
 
120
  ["我的笔记本找不到了。", "扮演诸葛亮和我对话。"],
121
  ["我想要一个新的密码,长度为8位,包含特殊符号。", TOOL_EXAMPLE],
122
  ],