Spaces:
Sleeping
Sleeping
Update split_files_to_excel.py
Browse files- split_files_to_excel.py +1 -1
split_files_to_excel.py
CHANGED
@@ -39,7 +39,7 @@ embeddings = HuggingFaceEmbeddings(
|
|
39 |
|
40 |
|
41 |
model_id = "mistralai/Mistral-7B-Instruct-v0.1"
|
42 |
-
|
43 |
|
44 |
tokenizer = AutoTokenizer.from_pretrained(
|
45 |
model_id,
|
|
|
39 |
|
40 |
|
41 |
model_id = "mistralai/Mistral-7B-Instruct-v0.1"
|
42 |
+
access_token = os.getenv("HUGGINGFACE_SPLITFILES_API_KEY")
|
43 |
|
44 |
tokenizer = AutoTokenizer.from_pretrained(
|
45 |
model_id,
|