Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ Question: {question}
|
|
56 |
Answer:
|
57 |
"""
|
58 |
daysoff_assistant_prompt = PromptTemplate(
|
59 |
-
input_variables=['chat_history', 'question],
|
60 |
template=daysoff_assistant_template
|
61 |
)
|
62 |
|
|
|
56 |
Answer:
|
57 |
"""
|
58 |
daysoff_assistant_prompt = PromptTemplate(
|
59 |
+
input_variables=['chat_history', 'question'],
|
60 |
template=daysoff_assistant_template
|
61 |
)
|
62 |
|