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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ class XylariaChat:
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:
 
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: