Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ import random
|
|
4 |
import textwrap
|
5 |
|
6 |
# Define the model to be used
|
7 |
-
|
8 |
|
9 |
# Load model directly
|
10 |
-
model = "GRMenon/mental-health-mistral-7b-instructv0.2-finetuned-V2"
|
11 |
client = InferenceClient(model)
|
12 |
|
13 |
# Embedded system prompt
|
|
|
4 |
import textwrap
|
5 |
|
6 |
# Define the model to be used
|
7 |
+
model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
8 |
|
9 |
# Load model directly
|
10 |
+
#model = "GRMenon/mental-health-mistral-7b-instructv0.2-finetuned-V2"
|
11 |
client = InferenceClient(model)
|
12 |
|
13 |
# Embedded system prompt
|