chainlit
chainlit copied to clipboard
chainlit hello example not working according to Contribute guide
trafficstars
Describe the bug I followed the contribute.md guide and install poetry, activate shell and install requirements with this command
cd backend
poetry install --with tests --with mypy
After that I run these commands and I got error
poetry shell
chainlit run chainlit/hello.py
Error "command not found: chainlit"