To install:
Setup the venv
python -m venv .venv
source .venv/bin/activate # On Mac/Linux
.venv/scripts/activate # on Windows
Then, once you're done that, install the requirements.
pip install -r requirements.txt
We're not using Conda for this because we want a lightweight environment for a quick workshop. Your project (for this hackathon) may vary.
Also check out:
- A slightly more complex example, with everything local, check out https://github.com/PromtEngineer/localGPT