Almighty Oracle lesson :)
git clone https://github.com/dhavenstein/AlmightyOracle
Run the following command to install uv:
brew install uv
Now you just need to run the app.py file:
uv run app.py
and access the app at http://127.0.0.1:5000
To add a dependency, e.g. openai, run the following command:
uv add openai
that's it!