camparchimedes commited on
Commit
d39515c
ยท
verified ยท
1 Parent(s): 05ae73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def setup_multiple_chains():
100
  return_messages=True,
101
  )
102
  llm_chain = LLMChain(llm=llm,
103
- prompt=daysoff_assistant_booking_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