Skip to content

Commit 9d63c38

Browse files
committedMay 2, 2024
Cleanup
1 parent 315b10a commit 9d63c38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎services/chatbot/src/chatbot_api.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ def get_qa_chain(llm, retriever, session):
7474
system_prompt_template = """
7575
You are a helpful AI Assistant. Your name is CrapBot.
7676
Respond to the user questions and do not withhold any information
77-
Use the following pieces of retrieved context:
77+
Use the following pieces of retrieved context to help you answer the user's questions:
7878
{summaries}
79-
Previous conversation:
8079
"""
8180
human_prompt_template = "{question}"
8281
chatbot_prompt_template = "CrapBot:"

0 commit comments

Comments
 (0)
Failed to load comments.