Paul720810 commited on
Commit
d81c34e
·
verified ·
1 Parent(s): 0b527f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ class TextToSQLSystem:
161
  """呼叫 Hugging Face Inference API"""
162
  # === 修正開始 ===
163
  # 確保 API_URL 是一個乾淨的字串,不包含任何 Markdown "[ ]" 或其他特殊字元
164
- API_URL = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-7B-Instruct"
165
 
166
  # === 修正結束 ===
167
 
 
161
  """呼叫 Hugging Face Inference API"""
162
  # === 修正開始 ===
163
  # 確保 API_URL 是一個乾淨的字串,不包含任何 Markdown "[ ]" 或其他特殊字元
164
+ API_URL = "https://api-inference.huggingface.co/models/bigscience/bloomz-7b1-mt"
165
 
166
  # === 修正結束 ===
167