CCCDev commited on
Commit
c011e1f
·
verified ·
1 Parent(s): f8bf223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import re
15
  app = Flask(__name__)
16
 
17
  # Configuration variables
18
- PDF_PATH = "path/to/your/static.pdf" # Replace with your static PDF path
19
  CHUNK_SIZE = 512
20
  CHUNK_OVERLAP = 24
21
  LLM_MODEL = "mistralai/Mistral-7B-Instruct-v0.2"
 
15
  app = Flask(__name__)
16
 
17
  # Configuration variables
18
+ PDF_PATH = "https://huggingface.co/spaces/CCCDev/PDFChat/resolve/main/Data-privacy-policy.pdf" # Replace with your static PDF path
19
  CHUNK_SIZE = 512
20
  CHUNK_OVERLAP = 24
21
  LLM_MODEL = "mistralai/Mistral-7B-Instruct-v0.2"