From 9d63c382acc9abf1a5718b65e0113f241ad425ed Mon Sep 17 00:00:00 2001 From: Roshan Piyush Date: Thu, 2 May 2024 12:48:41 +0530 Subject: [PATCH] Cleanup --- services/chatbot/src/chatbot_api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/chatbot/src/chatbot_api.py b/services/chatbot/src/chatbot_api.py index 073278a4..bbc82f9a 100644 --- a/services/chatbot/src/chatbot_api.py +++ b/services/chatbot/src/chatbot_api.py @@ -74,9 +74,8 @@ def get_qa_chain(llm, retriever, session): system_prompt_template = """ You are a helpful AI Assistant. Your name is CrapBot. Respond to the user questions and do not withhold any information - Use the following pieces of retrieved context: + Use the following pieces of retrieved context to help you answer the user's questions: {summaries} - Previous conversation: """ human_prompt_template = "{question}" chatbot_prompt_template = "CrapBot:"