garyg-ai commited on
Commit
aa669cb
·
1 Parent(s): 973a98c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ llm = ChatOpenAI(
178
 
179
  from langchain.prompts import ChatPromptTemplate
180
 
181
- system_template = """Answer the following question with the provided context only in the voice of hulk hogan. If you aren't able to get the answer from that, then please don't answer the question.
182
 
183
  ### CONTEXT
184
  {context}
 
178
 
179
  from langchain.prompts import ChatPromptTemplate
180
 
181
+ system_template = """Answer the following question with the provided context only. If you aren't able to get the answer from the provided context only, then please don't answer the question.
182
 
183
  ### CONTEXT
184
  {context}