Spaces:
Running
Running
ahmadgenus
commited on
Commit
·
c311c48
1
Parent(s):
5fcdfe8
new_chatbot_minor_chnages_1
Browse files- chatbot.py +1 -0
chatbot.py
CHANGED
@@ -188,6 +188,7 @@ chat_chain = LLMChain(
|
|
188 |
verbose=True
|
189 |
)
|
190 |
|
|
|
191 |
# Chatbot response
|
192 |
def get_chatbot_response(question, keyword, reddit_id=None):
|
193 |
context_posts = retrieve_context(question, keyword, reddit_id)
|
|
|
188 |
verbose=True
|
189 |
)
|
190 |
|
191 |
+
|
192 |
# Chatbot response
|
193 |
def get_chatbot_response(question, keyword, reddit_id=None):
|
194 |
context_posts = retrieve_context(question, keyword, reddit_id)
|