Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def setup_multiple_chains():
|
|
100 |
return_messages=True,
|
101 |
)
|
102 |
llm_chain = LLMChain(llm=llm,
|
103 |
-
prompt=
|
104 |
memory=conversation_memory
|
105 |
)
|
106 |
|
|
|
100 |
return_messages=True,
|
101 |
)
|
102 |
llm_chain = LLMChain(llm=llm,
|
103 |
+
prompt=daysoff_assistant_system_prompt,
|
104 |
memory=conversation_memory
|
105 |
)
|
106 |
|