Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
import random
|
4 |
|
5 |
# Define the model to be used
|
6 |
-
model = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
7 |
client = InferenceClient(model)
|
8 |
|
9 |
def format_prompt_mixtral(message, history):
|
|
|
3 |
import random
|
4 |
|
5 |
# Define the model to be used
|
6 |
+
model = "google/gemma-7b" #"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
7 |
client = InferenceClient(model)
|
8 |
|
9 |
def format_prompt_mixtral(message, history):
|