chore(ai): Reduces context window back from 128k to 64k until we decouple context windows between main and research models.

This commit is contained in:
Eyal Toledano
2025-04-11 13:33:02 -04:00
parent 678262df22
commit db5ebe93c3
4 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ MCP (Model Control Protocol) provides the easiest way to get started with Task M
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",
"MODEL": "claude-3-7-sonnet-20250219",
"PERPLEXITY_MODEL": "sonar-pro",
"MAX_TOKENS": 128000,
"MAX_TOKENS": 64000,
"TEMPERATURE": 0.2,
"DEFAULT_SUBTASKS": 5,
"DEFAULT_PRIORITY": "medium"