Ollama is a custom hosted AI platform for natural conversations using AI technology. The following settings can be made here:
Ollama has to be installed in your own environment to be used. That allows to make requests to an AI that is in an environment controlled by you. The general steps to achieve this are:
ollama run mistral
http://localhost:11434/api/generate
as connection URL, when running locally.