Spaces:
Runtime error
Runtime error
chore: update something
Browse files
app.py
CHANGED
@@ -64,22 +64,22 @@ Rely on the context, such as the time, to offer responses that feel relevant and
|
|
64 |
# """
|
65 |
|
66 |
EXAMPLES = [
|
67 |
-
[
|
68 |
-
[
|
69 |
-
[
|
70 |
-
[
|
71 |
-
[
|
72 |
-
[
|
73 |
-
[
|
74 |
-
[
|
75 |
-
[
|
76 |
-
[
|
77 |
-
[
|
78 |
-
[
|
79 |
-
[
|
80 |
-
[
|
81 |
-
[
|
82 |
-
[
|
83 |
]
|
84 |
|
85 |
random.shuffle(EXAMPLES)
|
|
|
64 |
# """
|
65 |
|
66 |
EXAMPLES = [
|
67 |
+
[{"text": "Help me draft an email to a university professor requesting a recommendation letter for a scholarship application. Include a brief summary of my academic achievements."}],
|
68 |
+
[{"text": "Hãy giải thích tác động của biến đổi khí hậu đến nền nông nghiệp ở Việt Nam và đề xuất các biện pháp để giảm thiểu những tác động này."}],
|
69 |
+
[{"text": "한국의 역사적 사건 중에서 6월 민주항쟁의 원인과 결과를 설명하고, 이 사건이 현대 한국 정치에 미친 영향을 분석해 보세요."}],
|
70 |
+
[{"text": "Redacta un ensayo corto sobre cómo la Revolución Industrial cambió la economía y la sociedad europea, destacando los impactos positivos y negativos."}],
|
71 |
+
[{"text": "Ajude-me a estudar química: explique a diferença entre ligações covalentes e iônicas e dê um exemplo para cada tipo de ligação."}],
|
72 |
+
[{"text": "请帮我编写一封邮件,向供应商询问延迟交货的原因,并要求提供最新的发货时间表。"}],
|
73 |
+
[{"text": "Expliquez l'impact des médias sociaux sur la politique contemporaine en France, en mettant l'accent sur un exemple précis d'une élection récente."}],
|
74 |
+
[{"text": "Descrivi il processo di unificazione italiana nel XIX secolo, concentrandoti sul ruolo di figure chiave come Garibaldi e Cavour."}],
|
75 |
+
[{"text": "Erklären Sie, wie die Gesetze der Thermodynamik in der Physik funktionieren und geben Sie Beispiele für deren Anwendung im Alltag."}],
|
76 |
+
[{"text": "第二次世界大戦後の日本経済の復興過程について説明し、その過程でアメリカの経済援助が果たした役割を分析してください。"}],
|
77 |
+
[{"text": "Напишите эссе о том, как революция 1917 года изменила политический ландшафт России и какие долгосрочные последствия она имела для страны."}],
|
78 |
+
[{"text": "Pomóż mi zrozumieć podstawy fizyki kwantowej: wyjaśnij, co to jest zasada nieoznaczoności Heisenberga i jakie ma ona znaczenie w kontekście mikroskopowych zjawisk."}],
|
79 |
+
[{"text": "Schrijf een informatieve tekst over de invloed van de VOC (Vereenigde Oostindische Compagnie) op de economische en politieke ontwikkelingen in de Nederlandse Gouden Eeuw."}],
|
80 |
+
[{"text": "भारत के स्वतंत्रता संग्राम में महात्मा गांधी के नेतृत्व की भूमिका और उनके असहयोग आंदोलन के प्रभाव पर एक निबंध लिखिए।"}],
|
81 |
+
[{"text": "Türkçe dil bilgisi konusunda yardım eder misiniz? Cümlede eksik olan fiili bulmam için birkaç örnek cümle yazın."}],
|
82 |
+
[{"text": "Jelaskan bagaimana teori relativitas umum Einstein mempengaruhi pemahaman kita tentang gravitasi dan ruang-waktu, serta berikan contohnya dalam kehidupan sehari-hari."}],
|
83 |
]
|
84 |
|
85 |
random.shuffle(EXAMPLES)
|