Overview
Ollama is an open-source platform for running large language models locally or on your own infrastructure. AI Gateway can be configured to use Ollama as a language model provider.Configuration
To use Ollama, configure it in the Plugin settings page under theAI Gateway section. Ollama requires a base URL pointing to your Ollama instance:
Then set the default language model with your Ollama model name:
llama2 with the name of the Ollama model you wish to use (e.g., mistral, codellama, etc.).
Example
In Plugin Settings:- Base URL:
http://localhost:11434
- Language Model:
ollama|mistral