cesi08

Results 2 comments of cesi08
trafficstars

@dosu If I deploy the web app with this command in a terminal `az webapp up -g %res_group% --name %app_name% --sku B1 --location francecentral --runtime PYTHON:3.11 --logs ` the /chainlit/teams/app.py...

@dosu in my case it's not working, I get the following error **chainlit.context.ChainlitContextException: Chainlit context not found** as in my on_message I am using a LangChain AgentExecutor. I really need...