Spaces:
Sleeping
Sleeping
Commit
·
76e3979
1
Parent(s):
daedea1
test deepseek
Browse files
app.py
CHANGED
@@ -14,10 +14,10 @@ chat = gr.ChatInterface(
|
|
14 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
15 |
# gr.File(label="Upload a file (optional)"),
|
16 |
],
|
17 |
-
examples=[
|
18 |
-
|
19 |
-
|
20 |
-
],
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|
|
|
14 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
15 |
# gr.File(label="Upload a file (optional)"),
|
16 |
],
|
17 |
+
# examples=[
|
18 |
+
# # Mỗi item: [message, system_message, max_tokens, temperature, top_p]
|
19 |
+
# ["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", "bạn là nhà toán học, hãy viết dạng chữ bình thường, không dùng kí tự đặt biết", 500, 0.7, 0.95],
|
20 |
+
# ],
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|