ALVHB95 commited on
Commit
fd7d981
·
1 Parent(s): 82f5dd5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ Question: {question}
73
  Helpful Answer:"""
74
 
75
  # Create the chat prompt templates
76
- system_prompt = SystemMessagePromptTemplate.from_template(prompt_template)
77
  qa_prompt = ChatPromptTemplate(
78
  messages=[
79
  system_prompt,
 
73
  Helpful Answer:"""
74
 
75
  # Create the chat prompt templates
76
+ system_prompt = SystemMessagePromptTemplate.from_template(template)
77
  qa_prompt = ChatPromptTemplate(
78
  messages=[
79
  system_prompt,