shinyproxy icon indicating copy to clipboard operation
shinyproxy copied to clipboard

Does shinyproxy support chainlit app?

Open sound118 opened this issue 1 year ago • 2 comments

Chainlit a framework that is based on streamlit, it is very easy to integrate with langchain. Since shinyproxy supports streamlit app, I am wondering if it also supports chainlit app, so people can put their LLM chatbot in shinyproxy.

sound118 avatar May 15 '24 14:05 sound118

Hi, we looked at creating a demo of deploying chainlit using. ShinyProxy. Unfortunately, this is currently not possible because chainlit apps must run on the root of a domain (see https://docs.chainlit.io/deployment/tutorials). In order to run an app in ShinyProxy, it must be possible to run it on a sub-path, since ShinyProxy needs to be able to distinct between different apps running on the system.

Hopefully, chainlit will sometime support running on a sub-path. When this happens we can have another look to create a demo.

LEDfan avatar May 21 '24 11:05 LEDfan