chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Setting up the chainlit environment locally

Open Cenrax opened this issue 2 years ago • 1 comments

image It says to run chainlit run target.py -h

But in the folder there is no such file and it gives an error while running

Cenrax avatar Jun 11 '23 12:06 Cenrax

target.py here would be your own file with your own app code depending on what you want to build. The guide you are following is to install Chainlit from sources. Once it is installed it is up to you to build your app with Chainlit!

willydouhard avatar Jun 11 '23 13:06 willydouhard