RESTful service with LLMs (Large Language Models) running locally.
Bootstrap
./bootstrap
Download LLaMA 2
cd llama
task download-llama2-code
task download-llama2-model
Create virtual environment and install dependencies
task setup-venv
source .venv/bin/activate
poetry install
Run RESTful service
task run