Mattral commited on
Commit
2cb01df
1 Parent(s): c96945d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "google/gemma-7b" #"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 = "mistralai/Mixtral-8x7B-Instruct-v0.1" #"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
7
  client = InferenceClient(model)
8
 
9
  def format_prompt_mixtral(message, history):