Overview
Ollama allows you to run large language models locally on your Mac. Perfect for privacy-focused work and offline usage.Supported Models
Any model available in Ollama:Setup
1
Install Ollama
Download from ollama.ai or:
2
Pull a Model
3
Verify Installation
4
Configure in EnConvo
- Open Settings → AI Provider
- Select Ollama
- Go to Credentials module
- Set endpoint:
http://localhost:11434
5
Select Model
Choose from your installed models
Configuration
Validate and Use
1
Start Ollama
Make sure Ollama is running before validating. Use the Ollama app or run
ollama serve from a terminal.2
Confirm models are installed
Run
ollama list and make sure at least one model is available locally.3
Validate the endpoint
Use
http://localhost:11434 for the default local endpoint. Do not include a model-specific path.4
Test a small model first
Start with a smaller model to verify the setup, then switch to larger models when memory and latency are acceptable.
Reasoning Mode
Enable thinking for compatible models:Popular Models
System Requirements
Privacy Benefits
Complete Privacy
Data never leaves your Mac
Offline Access
Works without internet
No Usage Limits
Unlimited local queries
Full Control
Choose exactly which models to run
Troubleshooting
Connection refused
Connection refused
- Ensure Ollama is running:
ollama serve - Check port 11434 is available
- Verify endpoint in settings
Slow responses
Slow responses
- Use smaller models
- Close memory-intensive apps
- Consider quantized models
Out of memory
Out of memory
- Use smaller model
- Reduce context length
- Restart Ollama