AbdalrhmanRi commited on
Commit
44e12e1
·
verified ·
1 Parent(s): fae1faf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def update_vector_store(new_text_chunks):
76
  def get_hf_client():
77
  return InferenceClient(
78
  "mistralai/Mistral-Nemo-Instruct-2407",
79
- token="hf_********************************", # Add your token
80
  )
81
 
82
 
 
76
  def get_hf_client():
77
  return InferenceClient(
78
  "mistralai/Mistral-Nemo-Instruct-2407",
79
+ token="hf_********************************"
80
  )
81
 
82