GPTfree api
commited on
Update app.py
Browse files
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/
|
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 |
|