- Create a
uvvirtual environment and activate it:
uv venv
.\.venv\Scripts\activate- initialize the
uv venv
uv init- install the dependencies in the
uv venv
uv add -r requirements.txt- Generate Chainlit Client Secret
chainlit create-secret- Run the Chainlit App
chainlit run app.py -w