Sadiksmart0 commited on
Commit
dbeb4f5
·
verified ·
1 Parent(s): 6ab9d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def fetch_doc():
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
51
  chunks = None
 
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:instruct")
49
 
50
  pdf_files = fetch_doc() #Fetch Dataset
51
  chunks = None