hanzla commited on
Commit
07243fc
·
1 Parent(s): 8489a3a
Files changed (1) hide show
  1. 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