簡嘉琳 commited on
Commit
65b175d
·
1 Parent(s): 705c0ca

Fix trust_remote_code issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def load_model(model_path):
18
 
19
 
20
  # 預設載入 DeepSeek-V3
21
- current_model, current_tokenizer = load_model("DeepSeek-V3")
22
 
23
 
24
  def chat(message, history, model_name):
 
18
 
19
 
20
  # 預設載入 DeepSeek-V3
21
+ current_model, current_tokenizer = load_model("deepseek-ai/DeepSeek-V3")
22
 
23
 
24
  def chat(message, history, model_name):