XThomasBU commited on
Commit
6ad79fd
·
1 Parent(s): dbe2e11
Files changed (1) hide show
  1. apps/ai_tutor/chainlit_app.py +1 -1
apps/ai_tutor/chainlit_app.py CHANGED
@@ -502,7 +502,7 @@ class Chatbot:
502
  steps
503
  ) # TODO: Returns None for now - which causes config to be reloaded with default values
504
  cl.user_session.set("memory", conversation_list)
505
- await self.start(config=thread_config)
506
 
507
  @cl.header_auth_callback
508
  def header_auth_callback(headers: dict) -> Optional[cl.User]:
 
502
  steps
503
  ) # TODO: Returns None for now - which causes config to be reloaded with default values
504
  cl.user_session.set("memory", conversation_list)
505
+ await self.start()
506
 
507
  @cl.header_auth_callback
508
  def header_auth_callback(headers: dict) -> Optional[cl.User]: