566 B
566 B
task-master-ai
| task-master-ai |
|---|
| minor |
Add Ollama as a supported AI provider.
- You can now add it by running
task-master models --setupand selecting it. - Ollama is a local model provider, so no API key is required.
- Ollama models are available at
http://localhost:11434/apiby default. - You can change the default URL by setting the
OLLAMA_BASE_URLenvironment variable or by adding abaseUrlproperty to theollamamodel role in.taskmasterconfig.- If you want to use a custom API key, you can set it in the
OLLAMA_API_KEYenvironment variable.
- If you want to use a custom API key, you can set it in the