Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,12 +8,7 @@ gr.load(
|
|
8 |
src = groq_gradio.registry,
|
9 |
title = "Groq-Gradio Chat",
|
10 |
theme = "upsatwal/mlsc_tiet",
|
11 |
-
examples = ["
|
12 |
-
"Write a 14 line poem about travelling in Shakespeare style",
|
13 |
-
"What are the wonders of the world?",
|
14 |
-
"List the countries in Africa and their capitals"]
|
15 |
-
# Define the system prompt with context and detailed instructions
|
16 |
-
system_prompt = """
|
17 |
Выведи пример правильного запроса с тех задачей о написании объявления для сдачи в аренду недвижимости GPT-4o chat.
|
18 |
|
19 |
Выведи как шаблон в формате markdown.
|
@@ -32,4 +27,6 @@ gr.load(
|
|
32 |
|
33 |
Все примеры локализация Киев, Украина на украинском языке.
|
34 |
"""
|
35 |
-
).launch()
|
|
|
|
|
|
8 |
src = groq_gradio.registry,
|
9 |
title = "Groq-Gradio Chat",
|
10 |
theme = "upsatwal/mlsc_tiet",
|
11 |
+
examples = [""""
|
|
|
|
|
|
|
|
|
|
|
12 |
Выведи пример правильного запроса с тех задачей о написании объявления для сдачи в аренду недвижимости GPT-4o chat.
|
13 |
|
14 |
Выведи как шаблон в формате markdown.
|
|
|
27 |
|
28 |
Все примеры локализация Киев, Украина на украинском языке.
|
29 |
"""
|
30 |
+
).launch()"]
|
31 |
+
# Define the system prompt with context and detailed instructions
|
32 |
+
|