Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|