Spaces:
Sleeping
Sleeping
Commit
·
9f9dc99
1
Parent(s):
2bbc8b4
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 |
)
|
| 10 |
|
| 11 |
def format_prompt(message, history):
|
|
|
|
| 5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
| 6 |
|
| 7 |
client = InferenceClient(
|
| 8 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 9 |
)
|
| 10 |
|
| 11 |
def format_prompt(message, history):
|