chore: update something
Browse files
app.py
CHANGED
@@ -65,21 +65,21 @@ Rely on the context, such as the time, to offer responses that feel relevant and
|
|
65 |
# """
|
66 |
|
67 |
EXAMPLES = [
|
68 |
-
[
|
69 |
-
[
|
70 |
-
[
|
71 |
-
[
|
72 |
-
[
|
73 |
-
[
|
74 |
-
[
|
75 |
-
[
|
76 |
-
[
|
77 |
-
[
|
78 |
-
[
|
79 |
-
[
|
80 |
-
[
|
81 |
-
[
|
82 |
-
[
|
83 |
]
|
84 |
|
85 |
random.shuffle(EXAMPLES)
|
|
|
65 |
# """
|
66 |
|
67 |
EXAMPLES = [
|
68 |
+
[{"text": "Write a formal email to a colleague explaining a delay in project delivery, while also proposing a solution to get back on track."}],
|
69 |
+
[{"text": "Giải thích nguyên nhân dẫn đến việc tăng giá hàng hóa trong nền kinh tế hiện nay và đề xuất một số biện pháp để kiểm soát lạm phát."}],
|
70 |
+
[{"text": "한국어를 처음 배우는 사람을 위해 한국어의 기본 문법 규칙을 간단히 설명하고, 연습 문제를 만들어 보세요."}],
|
71 |
+
[{"text": "Describe el proceso de solicitud de una visa de estudiante para estudiar en una universidad en el extranjero, incluyendo los documentos requeridos y los pasos clave."}],
|
72 |
+
[{"text": "Escreva um resumo das principais causas da desmatamento na Amazônia e proponha soluções para mitigar seus efeitos."}],
|
73 |
+
[{"text": "请用中文解释如何使用Python编程语言进行数据分析,并列举三个常见的应用场景。"}],
|
74 |
+
[{"text": "Rédigez un paragraphe sur les avantages et les inconvénients de l'apprentissage en ligne par rapport à l'éducation traditionnelle."}],
|
75 |
+
[{"text": "Spiega il processo di traduzione di un testo letterario dall'italiano all'inglese, evidenziando le sfide culturali e linguistiche."}],
|
76 |
+
[{"text": "Erstellen Sie eine detaillierte Anleitung zur Installation eines LAMP-Stacks auf einem Linux-Server und erläutern Sie die Verwendung jedes Bestandteils."}],
|
77 |
+
[{"text": "日本語で自己紹介のメールを書いてください。仕事で初めて連絡を取る相手に、自分の役職と業務内容を説明してください。"}],
|
78 |
+
[{"text": "Опишите процесс создания и использования базы данных для управления запасами на складе, включая ключевые функции и примеры SQL-запросов."}],
|
79 |
+
[{"text": "Przedstaw krótki przewodnik po najważniejszych zabytkach Krakowa, podkreślając ich historyczne znaczenie."}],
|
80 |
+
[{"text": "Schrijf een korte handleiding voor het opzetten van een crowdfundingcampagne, inclusief tips voor succes en valkuilen om te vermijden."}],
|
81 |
+
[{"text": "एक निबंध लिखिए जिसमें सोशल मीडिया के उपयोग के फायदे और नुकसान पर चर्चा की गई हो, और यह कैसे समाज को प्रभावित कर रहा है।"}],
|
82 |
+
[{"text": "Türkçe öğrenen yabancılar için Türk alfabesini ve en temel dilbilgisi kurallarını açıklayan bir kılavuz yazın."}],
|
83 |
]
|
84 |
|
85 |
random.shuffle(EXAMPLES)
|