Skip to content

Commit b70a131

Browse files
committed
Cleanup
1 parent 9d63c38 commit b70a131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/chatbot/src/chatbot_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_qa_chain(llm, retriever, session):
8383
("system", system_prompt_template),
8484
MessagesPlaceholder(variable_name="chat_history", optional=False),
8585
("human", human_prompt_template),
86-
("system", chatbot_prompt_template),
86+
# ("system", chatbot_prompt_template),
8787
]
8888

8989
PROMPT = ChatPromptTemplate.from_messages(

0 commit comments

Comments
 (0)