Reality123b commited on
Commit
72f763c
·
verified ·
1 Parent(s): 782f7a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ class XylariaChat:
29
  raise ValueError("HuggingFace token not found in environment variables")
30
 
31
  self.client = InferenceClient(
32
- model="Qwen/QwQ-32B-Preview", # Corrected model name
33
  token=self.hf_token # Changed api_key to token
34
  )
35
 
@@ -395,7 +395,7 @@ class XylariaChat:
395
 
396
  try:
397
  self.client = InferenceClient(
398
- model="Qwen/QwQ-32B-Preview",
399
  api_key=self.hf_token
400
  )
401
  except Exception as e:
 
29
  raise ValueError("HuggingFace token not found in environment variables")
30
 
31
  self.client = InferenceClient(
32
+ model="mistralai/Mistral-Nemo-Instruct-2407", # Corrected model name
33
  token=self.hf_token # Changed api_key to token
34
  )
35
 
 
395
 
396
  try:
397
  self.client = InferenceClient(
398
+ model="mistralai/Mistral-Nemo-Instruct-2407,
399
  api_key=self.hf_token
400
  )
401
  except Exception as e: