heymenn commited on
Commit
ae63d54
1 Parent(s): 0a6c112

Update split_files_to_excel.py

Browse files
Files changed (1) hide show
  1. 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
- acces_token = os.getenv("HUGGINGFACE_SPLITFILES_API_KEY")
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,