shivanis14 commited on
Commit
12c91e0
·
verified ·
1 Parent(s): a8b04bb

Update appDeepseekCoder.py

Browse files
Files changed (1) hide show
  1. appDeepseekCoder.py +1 -2
appDeepseekCoder.py CHANGED
@@ -26,8 +26,7 @@ async def startup_event():
26
  llm_chain = LLMChain(llm=llm, prompt=maths_assistant_prompt_template, memory=conversation_memory)
27
 
28
  # Initialize Chainlit context
29
- cl.init()
30
-
31
  cl.user_session.set("llm_chain", llm_chain)
32
 
33
  @app.post("/query/")
 
26
  llm_chain = LLMChain(llm=llm, prompt=maths_assistant_prompt_template, memory=conversation_memory)
27
 
28
  # Initialize Chainlit context
29
+
 
30
  cl.user_session.set("llm_chain", llm_chain)
31
 
32
  @app.post("/query/")