Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed May 2, 2024
1 parent 315b10a commit 9d63c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/chatbot/src/chatbot_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 9d63c38

Please sign in to comment.