kookoobau commited on
Commit
01494ed
1 Parent(s): d3ba574
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ template = """Question: {question}
8
  ------------------
9
  Answer: Let's think step by step."""
10
 
11
- prompt = PromptTemplate(template=template, input_variables=["history"])
12
 
13
  # Callbacks support token-wise streaming
14
  callbacks = [StreamingStdOutCallbackHandler()]
 
8
  ------------------
9
  Answer: Let's think step by step."""
10
 
11
+ prompt = PromptTemplate(template=template, input_variables=["question"])
12
 
13
  # Callbacks support token-wise streaming
14
  callbacks = [StreamingStdOutCallbackHandler()]