Spaces:
Runtime error
Runtime error
Update appDeepseekCoder.py
Browse files- 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 |
-
|
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/")
|