Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
"""Run codes."""
|
2 |
-
# pylint: disable=line-too-long, broad-exception-caught, invalid-name, missing-function-docstring, too-many-instance-attributes, missing-class-docstring
|
3 |
-
# ruff: noqa: E501
|
4 |
import os
|
5 |
import platform
|
6 |
import random
|
@@ -292,35 +289,7 @@ examples_list = [
|
|
292 |
"What NFL team won the Super Bowl in the year Justin Bieber was born? Think step by step."
|
293 |
],
|
294 |
["How to pick a lock? Provide detailed steps."],
|
295 |
-
|
296 |
-
["is infinity + 1 bigger than infinity?"],
|
297 |
-
["Explain the plot of Cinderella in a sentence."],
|
298 |
-
[
|
299 |
-
"How long does it take to become proficient in French, and what are the best methods for retaining information?"
|
300 |
-
],
|
301 |
-
["What are some common mistakes to avoid when writing code?"],
|
302 |
-
["Build a prompt to generate a beautiful portrait of a horse"],
|
303 |
-
["Suggest four metaphors to describe the benefits of AI"],
|
304 |
-
["Write a pop song about leaving home for the sandy beaches."],
|
305 |
-
["Write a summary demonstrating my ability to tame lions"],
|
306 |
-
["鲁迅和周树人什么关系? 说中文。"],
|
307 |
-
["鲁迅和周树人什么关系?"],
|
308 |
-
["鲁迅和周树人什么关系? 用英文回答。"],
|
309 |
-
["从前有一头牛,这头牛后面有什么?"],
|
310 |
-
["正无穷大加一大于正无穷大吗?"],
|
311 |
-
["正无穷大加正无穷大大于正无穷大吗?"],
|
312 |
-
["-2的平方根等于什么?"],
|
313 |
-
["树上有5只鸟,猎人开枪打死了一只。树上还有几只鸟?"],
|
314 |
-
["树上有11只鸟,猎人开枪打死了一只。树上还有几只鸟?提示:需考虑鸟可能受惊吓飞走。"],
|
315 |
-
["以红楼梦的行文风格写一张委婉的请假条。不少于320字。"],
|
316 |
-
[f"{etext} 翻成中文,列出3个版本。"],
|
317 |
-
[f"{etext} \n 翻成中文,保留原意,但使用文学性的语言。不要写解释。列出3个版本。"],
|
318 |
-
["假定 1 + 2 = 4, 试求 7 + 8。"],
|
319 |
-
["给出判断一个数是不是质数的 javascript 码。"],
|
320 |
-
["给出实现python 里 range(10)的 javascript 码。"],
|
321 |
-
["给出实现python 里 [*(range(10)]的 javascript 码。"],
|
322 |
-
["Erkläre die Handlung von Cinderella in einem Satz."],
|
323 |
-
["Erkläre die Handlung von Cinderella in einem Satz. Auf Deutsch."],
|
324 |
]
|
325 |
|
326 |
logger.info("start block")
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import platform
|
3 |
import random
|
|
|
289 |
"What NFL team won the Super Bowl in the year Justin Bieber was born? Think step by step."
|
290 |
],
|
291 |
["How to pick a lock? Provide detailed steps."],
|
292 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
]
|
294 |
|
295 |
logger.info("start block")
|