* Update .taskmasterconfig Max tokens in 3.5 is lower. With the current number get this error: Service call failed for role fallback (Provider: anthropic, Model: claude-3-5-sonnet-20240620): max_tokens: 120000 > 8192, which is the maximum allowed number of output tokens for claude-3-5-sonnet-20240620 * Fix fallback model ID format and update maxTokens in Taskmaster configuration --------- Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
6 lines
103 B
Markdown
6 lines
103 B
Markdown
---
|
|
'task-master-ai': patch
|
|
---
|
|
|
|
Fix default fallback model and maxTokens in Taskmaster initialization
|