Spaces:
Sleeping
Sleeping
Commit
·
88efe82
1
Parent(s):
85fce84
test title,description,examples
Browse files
app.py
CHANGED
@@ -59,9 +59,9 @@ chat = gr.ChatInterface(
|
|
59 |
],
|
60 |
examples=[
|
61 |
# Mỗi item: [message, system_message, max_tokens, temperature, top_p]
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
],
|
66 |
)
|
67 |
|
|
|
59 |
],
|
60 |
examples=[
|
61 |
# Mỗi item: [message, system_message, max_tokens, temperature, top_p]
|
62 |
+
"Xin chào!",
|
63 |
+
"Tóm tắt đoạn văn sau…",
|
64 |
+
"Viết thơ 4 câu về hoa sen",
|
65 |
],
|
66 |
)
|
67 |
|