phamhoangf commited on
Commit
67ccf05
·
verified ·
1 Parent(s): 7da9390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Thinking-2507")
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)