ecyht2 commited on
Commit
5a8ff4e
1 Parent(s): 2f0b879

feat: Changed model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ logging.basicConfig(encoding='utf-8', level=log_level)
10
 
11
  logging.info("Creating Inference Client")
12
  client = InferenceClient(
13
- "cognitivecomputations/dolphin-2.6-mistral-7b"
14
  )
15
 
16
  def format_prompt(message, history):
 
10
 
11
  logging.info("Creating Inference Client")
12
  client = InferenceClient(
13
+ "mistralai/Mixtral-8x7B-Instruct-v0.1"
14
  )
15
 
16
  def format_prompt(message, history):