Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ app = Flask(__name__)
|
|
7 |
with open('i.txt', 'r') as file:
|
8 |
data = file.read()
|
9 |
|
10 |
-
API_URL = "https://api-inference.huggingface.co/models/mistralai/
|
11 |
headers = {"Authorization": f"Bearer hf{data}"}
|
12 |
|
13 |
|
|
|
7 |
with open('i.txt', 'r') as file:
|
8 |
data = file.read()
|
9 |
|
10 |
+
API_URL = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
|
11 |
headers = {"Authorization": f"Bearer hf{data}"}
|
12 |
|
13 |
|