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 settingstab.Select
Ollamafrom theModel providerdropdown.(Optional) The
Base URLfield defaults to Ollama's address:http://localhost:11434. If your Ollama instance runs on a different host or port, update this field accordingly.Leave the
API keyfield blank unless your deployment requires one.In the
Modelfield, enter the name of a model already installed in your Ollama environment. To list available models, run:
ollama list(Optional) Adjust the JSON-formatted settings in the
Request parametersfield to fine-tune the model’s completion behaviour. Refer to the detailed list of valid parameters and their accepted values for more information.Click
Test requestto validate the provider settings.Set your scan prompt in the
AI scannertab, then either send requests for individual scans or enable processing for all active scans.
Last updated