Spaces:
Runtime error
Runtime error
SalehAhmad
commited on
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
@@ -153,7 +153,7 @@ class RAGChatbot:
|
|
153 |
full_text.append(paragraph.text)
|
154 |
return '\n'.join(full_text)
|
155 |
|
156 |
-
file_content = read_docx(os.path.join('
|
157 |
|
158 |
system_prompt = '''
|
159 |
You are an intelligent assistant designed to provide clear, accurate, and helpful responses.
|
|
|
153 |
full_text.append(paragraph.text)
|
154 |
return '\n'.join(full_text)
|
155 |
|
156 |
+
file_content = read_docx(os.path.join('./Data', file_path))
|
157 |
|
158 |
system_prompt = '''
|
159 |
You are an intelligent assistant designed to provide clear, accurate, and helpful responses.
|