It uses Cloudflare Workers AI
Copy .streamlit/secrets.toml.example to .streamlit/secrets.toml.
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txtStreamlit applications can be started like so:
python -m streamlit run .\Hello.py