Spaces:
Sleeping
Sleeping
Commit
·
ce7981d
1
Parent(s):
085804b
test deepseek
Browse files
app.py
CHANGED
@@ -116,11 +116,11 @@ chat = gr.ChatInterface(
|
|
116 |
gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
117 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
118 |
# gr.File(label="Upload a file (optional)"),
|
119 |
-
]
|
120 |
-
examples=[
|
121 |
-
|
122 |
-
|
123 |
-
],
|
124 |
)
|
125 |
|
126 |
if __name__ == "__main__":
|
|
|
116 |
gr.Slider(0.1, 1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
117 |
# gr.Image(type="pil", label="Attach an image (optional)"),
|
118 |
# gr.File(label="Upload a file (optional)"),
|
119 |
+
]
|
120 |
+
# examples=[
|
121 |
+
# # Mỗi item: [message, system_message, max_tokens, temperature, top_p]
|
122 |
+
# ["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],
|
123 |
+
# ],
|
124 |
)
|
125 |
|
126 |
if __name__ == "__main__":
|