aexyb commited on
Commit
11e3e45
1 Parent(s): 1aba032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ footer {
9
  }
10
  '''
11
 
12
- client = InferenceClient("CohereForAI/c4ai-command-r-plus")
13
  def format_prompt(message, history, system_prompt=None):
14
  prompt = "<s>"
15
  for user_prompt, bot_response in history:
 
9
  }
10
  '''
11
 
12
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
13
  def format_prompt(message, history, system_prompt=None):
14
  prompt = "<s>"
15
  for user_prompt, bot_response in history: