From f380b8e86c15c5f160e0aad9256e0219b696b6af Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:42:52 +0300 Subject: [PATCH] chore: revert config.json to what it was initially --- .taskmaster/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.taskmaster/config.json b/.taskmaster/config.json index 423d16b4..644fef3c 100644 --- a/.taskmaster/config.json +++ b/.taskmaster/config.json @@ -1,21 +1,21 @@ { "models": { "main": { - "provider": "groq", - "modelId": "llama-3.1-8b-instant", - "maxTokens": 131072, + "provider": "anthropic", + "modelId": "claude-3-7-sonnet-20250219", + "maxTokens": 120000, "temperature": 0.2 }, "research": { - "provider": "groq", - "modelId": "llama-3.3-70b-versatile", - "maxTokens": 32768, + "provider": "perplexity", + "modelId": "sonar", + "maxTokens": 8700, "temperature": 0.1 }, "fallback": { "provider": "anthropic", - "modelId": "claude-3-7-sonnet-20250219", - "maxTokens": 128000, + "modelId": "claude-3-5-sonnet-20241022", + "maxTokens": 8192, "temperature": 0.2 } },