Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import random
|
|
| 4 |
import textwrap
|
| 5 |
|
| 6 |
# Define the model to be used
|
| 7 |
-
model = "
|
| 8 |
client = InferenceClient(model)
|
| 9 |
|
| 10 |
# Embedded system prompt
|
|
|
|
| 4 |
import textwrap
|
| 5 |
|
| 6 |
# Define the model to be used
|
| 7 |
+
model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 8 |
client = InferenceClient(model)
|
| 9 |
|
| 10 |
# Embedded system prompt
|