Spaces:
Sleeping
Sleeping
Commit
·
d11e8de
1
Parent(s):
645d692
test deepseek
Browse files
app.py
CHANGED
@@ -126,10 +126,10 @@ chat = gr.ChatInterface(
|
|
126 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
127 |
# gr.File(label="Upload a file (optional)"),
|
128 |
]
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
)
|
134 |
|
135 |
if __name__ == "__main__":
|
|
|
126 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
127 |
# gr.File(label="Upload a file (optional)"),
|
128 |
]
|
129 |
+
examples=[
|
130 |
+
# Mỗi item: [message, system_message, max_tokens, temperature, top_p]
|
131 |
+
["tích phân của x^2 từ 0 đến 2 là gì? vui lòng lập luận từng bước, và đặt kết quả cuối cùng trong \boxed{}", "bạn là nhà toán học", 100, 0.7, 0.95],
|
132 |
+
],
|
133 |
)
|
134 |
|
135 |
if __name__ == "__main__":
|