Minor Changes
-
#536
f4a83ec
Thanks @Crunchyman-ralph! - Add Ollama as a supported AI provider.- You can now add it by running
task-master models --setup
and selecting it. - Ollama is a local model provider, so no API key is required.
- Ollama models are available at
http://localhost:11434/api
by default. - You can change the default URL by setting the
OLLAMA_BASE_URL
environment variable or by adding abaseUrl
property to theollama
model role in.taskmasterconfig
.- If you want to use a custom API key, you can set it in the
OLLAMA_API_KEY
environment variable.
- If you want to use a custom API key, you can set it in the
- You can now add it by running
Patch Changes
-
#442
2b3ae8b
Thanks @eyaltoledano! - Adds costs information to AI commands using input/output tokens and model costs. -
#442
0288311
Thanks @eyaltoledano! - Small fixes -next
command no longer incorrectly suggests that subtasks be broken down into subtasks in the CLI - fixes theappend
flag so it properly works in the CLI