wop commited on
Commit
ad2b37e
·
verified ·
1 Parent(s): 7684c7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import random
5
  API_URL = "https://api-inference.huggingface.co/models/"
6
 
7
  client = InferenceClient(
8
- "mistralai/Mistral-7B-Instruct-v0.1"
9
- )
10
 
11
 
12
  def format_prompt(message, history):
 
5
  API_URL = "https://api-inference.huggingface.co/models/"
6
 
7
  client = InferenceClient(
8
+ "mistralai/Mixtral-8x7B-Instruct-v0.1"
9
+ ) # mistralai/Mixtral-7B-Instruct-v0.1 or mistralai/Mixtral-7B-Instruct-v0.2
10
 
11
 
12
  def format_prompt(message, history):