# clone this repository
git clone git@github.com:ianhuang0630/TaskSolver.git
# ... and install as package
cd TaskSolver
pip install -e .
Should you choose to use the open-sourced models supported by Ollama, you should follow the download instructions here.
If you're launching this on a (headless) server, you may have to start the server in the background:
ollama serve
Before using a model (e.g. mistral
), make sure to pull it first:
ollama pull mistral