Sadiksmart0 commited on
Commit
688547b
·
verified ·
1 Parent(s): aee11f6

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:instruct", base_url="http://localhost:11434")
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="llama3.2", base_url="http://localhost:11434")
49
 
50
  pdf_files = fetch_doc() #Fetch Dataset
51
  chunks = None