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

Update app.py

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