Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def respond(
|
|
| 15 |
Để biết thêm thông tin về hỗ trợ API Suy luận của `huggingface_hub`, vui lòng kiểm tra tài liệu: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 16 |
"""
|
| 17 |
# Đã thay đổi mô hình thành Qwen/Qwen3-4B-Thinking-2507
|
| 18 |
-
client = InferenceClient(token=hf_token.token, model="Qwen/Qwen3-4B-
|
| 19 |
|
| 20 |
messages = [{"role": "system", "content": system_message}]
|
| 21 |
messages.extend(history)
|
|
|
|
| 15 |
Để biết thêm thông tin về hỗ trợ API Suy luận của `huggingface_hub`, vui lòng kiểm tra tài liệu: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 16 |
"""
|
| 17 |
# Đã thay đổi mô hình thành Qwen/Qwen3-4B-Thinking-2507
|
| 18 |
+
client = InferenceClient(token=hf_token.token, model="Qwen/Qwen3-4B-Base")
|
| 19 |
|
| 20 |
messages = [{"role": "system", "content": system_message}]
|
| 21 |
messages.extend(history)
|