Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import re
|
|
15 |
app = Flask(__name__)
|
16 |
|
17 |
# Configuration variables
|
18 |
-
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"
|