Spaces:
Sleeping
Sleeping
app.py
Browse files
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_********************************"
|
80 |
)
|
81 |
|
82 |
|
|
|
76 |
def get_hf_client():
|
77 |
return InferenceClient(
|
78 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
79 |
+
token="hf_********************************"
|
80 |
)
|
81 |
|
82 |
|