lsy9874205 commited on
Commit
f19d358
·
1 Parent(s): bfe79f7

removed assistant role

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -32,10 +32,6 @@ Question:
32
  """
33
  user_role_prompt = UserRolePrompt(user_prompt_template)
34
 
35
- assistant_template = """\
36
- I am a helpful AI assistant specialized in answering questions based on the provided context. I will be clear and concise in my responses."""
37
- assistant_role_prompt = AssistantRolePrompt(assistant_template)
38
-
39
  class RetrievalAugmentedQAPipeline:
40
  def __init__(self, llm: ChatOpenAI(), vector_db_retriever: VectorDatabase) -> None:
41
  self.llm = llm
 
32
  """
33
  user_role_prompt = UserRolePrompt(user_prompt_template)
34
 
 
 
 
 
35
  class RetrievalAugmentedQAPipeline:
36
  def __init__(self, llm: ChatOpenAI(), vector_db_retriever: VectorDatabase) -> None:
37
  self.llm = llm