Spaces:
Sleeping
Sleeping
update
Browse files
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=["
|
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()]
|