
Getting started with Ollama
Now we will install Ollama. This is a tool that will allow you to interact with several LLM's. First we will need to make sure curl is installed
sudo apt install curl
Now we will install Ollama
curl -fsSL https://ollama.com/install.sh | sh
Now we can