prithivMLmods commited on
Commit
5ac8eba
·
verified ·
1 Parent(s): 9a40241

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("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:
 
9
  }
10
  '''
11
 
12
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
13
  def format_prompt(message, history, system_prompt=None):
14
  prompt = "<s>"
15
  for user_prompt, bot_response in history: