Consider giving this repo a ✨! Thanks!!!
Here's a link to the YouTube video explaining this setup in greater detail:
You need to have the following tools installed:
# To setup poetry
poetry install
# To setup a k3d cluster
k3d cluster create --config k3d.config.yaml
- Make sure you have Ollama installed.
- Make sure you have pulled a model. I recommend OpenHermes 2.5.
- Use this guide to setup the inference server locally. This supports function calling which most projects do not.
poetry run python src/main.py --prompt "give me all the pods"