{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Ollama
Ollama is a custom hosted AI platform for natural conversations using AI technology. The following settings can be made here:
-
AI Connection Name: This name is always used when a specific AI connection is used.
-
URL to Ollama API: The API-URL to be used for requests. Please refer to https://ollama.ai for additional information.
-
Ollama Model: The model to be used for requests. Please check which models are available to you.
Installing Ollama
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:
-
Download and install Ollama from https://ollama.ai.
-
Install a model, e.g. Mistral using:
ollama run mistral
-
This may take a bit, depending on your internet connection speed.
-
-
Use
http://localhost:11434/api/generate
as connection URL, when running locally.