Sadiksmart0 commited on
Commit
a48fb44
·
verified ·
1 Parent(s): d0488d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def fetch_doc():
44
  return pdf_files
45
 
46
  # # Define llm
47
- hf_token = os.environ.get("HF_TOKEN").strip() # Ensure to set your Hugging Face token in the environment variable HF_TOKEN
48
  llm = OllamaLLM(model="mistral:7b-instruct")
49
 
50
  pdf_files = fetch_doc() #Fetch Dataset
 
44
  return pdf_files
45
 
46
  # # Define llm
47
+ #hf_token = os.environ.get("HF_TOKEN").strip() # Ensure to set your Hugging Face token in the environment variable HF_TOKEN
48
  llm = OllamaLLM(model="mistral:7b-instruct")
49
 
50
  pdf_files = fetch_doc() #Fetch Dataset