GPTfree api commited on
Commit
c506cc4
·
verified ·
1 Parent(s): cd5f64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  app = Flask(__name__)
6
 
7
  # Hugging Face APIエンドポイントと認証トークン
8
- HF_API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2"
9
  HEADERS = {"Authorization": f"Bearer {os.getenv('HF_TOKEN')}"}
10
 
11
 
 
5
  app = Flask(__name__)
6
 
7
  # Hugging Face APIエンドポイントと認証トークン
8
+ HF_API_URL = "https://api-inference.huggingface.co/models/mistralai/Pixtral-Large-Instruct-2411"
9
  HEADERS = {"Authorization": f"Bearer {os.getenv('HF_TOKEN')}"}
10
 
11