Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import random
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
-
"mistralai/
|
9 |
) # mistralai/Mixtral-7B-Instruct-v0.1 or mistralai/Mixtral-7B-Instruct-v0.2
|
10 |
|
11 |
|
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
+
"mistralai/Mistral-7B-Instruct-v0.2"
|
9 |
) # mistralai/Mixtral-7B-Instruct-v0.1 or mistralai/Mixtral-7B-Instruct-v0.2
|
10 |
|
11 |
|