Mattral commited on
Commit
e6044b2
·
verified ·
1 Parent(s): 55387d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
  import textwrap
5
 
6
  # Define the model to be used
7
- model = "meta-llama/Meta-Llama-3-8B" #"mistralai/Mixtral-8x7B-Instruct-v0.1"
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