JamalAG commited on
Commit
0d738c3
·
1 Parent(s): 699d9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_answer(query):
12
 
13
  template = """Question: {question}
14
 
15
- Answer: Let's think step by step."""
16
 
17
  prompt = PromptTemplate(template=template, input_variables=["query"])
18
  llm_chain = LLMChain(prompt=prompt, llm=llm)
 
12
 
13
  template = """Question: {question}
14
 
15
+ Answer: Straight forward in kind way."""
16
 
17
  prompt = PromptTemplate(template=template, input_variables=["query"])
18
  llm_chain = LLMChain(prompt=prompt, llm=llm)