wayne0603 commited on
Commit
45b4511
·
verified ·
1 Parent(s): a67409b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def embed_text(text):
23
  # ===== 生成模型(轻量LLM) =====
24
  generator = pipeline(
25
  "text-generation",
26
- model="Qwen/Qwen1.5-0.5B-Chat", # 改成可用的公开模型
27
  device=-1
28
  )
29
 
 
23
  # ===== 生成模型(轻量LLM) =====
24
  generator = pipeline(
25
  "text-generation",
26
+ model="Qwen/Qwen1.5-1.8B-Chat", # 改成可用的公开模型
27
  device=-1
28
  )
29