new code
Browse files- src/pdfchatbot.py +0 -1
src/pdfchatbot.py
CHANGED
@@ -25,7 +25,6 @@ class PDFChatBot:
|
|
25 |
self.processed = False
|
26 |
self.page = 0
|
27 |
self.chat_history = []
|
28 |
-
self.config = self.load_config(config_path)
|
29 |
# Initialize other attributes to None
|
30 |
self.prompt = None
|
31 |
self.documents = None
|
|
|
25 |
self.processed = False
|
26 |
self.page = 0
|
27 |
self.chat_history = []
|
|
|
28 |
# Initialize other attributes to None
|
29 |
self.prompt = None
|
30 |
self.documents = None
|