Update pdfchatbot.py
Browse files- pdfchatbot.py +1 -1
pdfchatbot.py
CHANGED
@@ -12,7 +12,7 @@ from langchain.prompts import PromptTemplate
|
|
12 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
13 |
|
14 |
class PDFChatBot:
|
15 |
-
def __init__(self, config_path="
|
16 |
"""
|
17 |
Initialize the PDFChatBot instance.
|
18 |
|
|
|
12 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
13 |
|
14 |
class PDFChatBot:
|
15 |
+
def __init__(self, config_path="config.yaml"):
|
16 |
"""
|
17 |
Initialize the PDFChatBot instance.
|
18 |
|