With the Ollama provider
This page outlines the steps involved in using the Ollama provider.
To use this feature, you must first install Ollama on your machine and ensure that the models you want to query are already downloaded and available locally. For detailed information on installing Ollama
and managing models, please refer to the official Ollama documentation.
To configure and use the Ollama
model provider, follow these steps:
Go to the
Provider settings
tab.Select
Ollama
from theModel provider
dropdown.(Optional) The
Base URL
field defaults toOllama
’s address:http://localhost:11434
. If yourOllama
instance runs on a different host or port, update this field accordingly.In the
Model
field, enter the name of a model already installed in yourOllama
environment. To list available models, run:
ollama list
(Optional) Adjust the
JSON
-formatted settings in theRequest parameters
field to fine-tune the model’s completion behaviour. Refer to the detailed list of valid parameters and their accepted values for more information.Set your
prompt
, then either send requests for individual scans or enable processing for all active scans.
Last updated
Was this helpful?