Ollama Provider¶
Integrates locally-running Ollama models into Amplifier.
Module ID¶
provider-ollama
Installation¶
providers:
- module: provider-ollama
source: git+https://github.com/microsoft/amplifier-module-provider-ollama@main
Prerequisites¶
- Install Ollama:
brew install ollama(macOS) - Start server:
ollama serve - Pull model:
ollama pull llama3.1
Configuration¶
| Option | Type | Default | Description |
|---|---|---|---|
base_url | string | http://localhost:11434 | Ollama server URL |
default_model | string | llama3.1 | Default model |
Supported Models¶
Any model pulled with ollama pull:
llama3.1codellamamistral- And more...
Repository¶
→ GitHub