AbdalrhmanRi commited on
Commit
e080d46
·
verified ·
1 Parent(s): 728f29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@ def update_vector_store(new_text_chunks):
75
  @st.cache_resource
76
  def get_hf_client():
77
  return InferenceClient(
78
- "mistralai/Mistral-Nemo-Instruct-2407"
 
79
  )
80
 
81
 
 
75
  @st.cache_resource
76
  def get_hf_client():
77
  return InferenceClient(
78
+ "mistralai/Mistral-Nemo-Instruct-2407",
79
+ token="hf_********************************", # Add your token
80
  )
81
 
82