Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,10 +121,6 @@ def setup_multiple_chains():
|
|
121 |
llm=llm,
|
122 |
prompt=daysoff_assistant_prompt,
|
123 |
memory=conversation_memory,
|
124 |
-
instruction_text_faq=instruction_text_faq,
|
125 |
-
faq=faq,
|
126 |
-
instruction_text_priv=instruction_text_priv,
|
127 |
-
personvernspolicy_data=personvernspolicy_data
|
128 |
)
|
129 |
|
130 |
|
|
|
121 |
llm=llm,
|
122 |
prompt=daysoff_assistant_prompt,
|
123 |
memory=conversation_memory,
|
|
|
|
|
|
|
|
|
124 |
)
|
125 |
|
126 |
|