chore: adjust the setupMCPConfiguration so it adds in the new env stuff.

This commit is contained in:
Eyal Toledano
2025-04-02 22:29:38 -04:00
parent 74b67830ac
commit 6393f9f7fb
3 changed files with 16 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
"PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%",
"MODEL": "%MODEL%",
"PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%",
"MAX_TOKENS": "%MAX_TOKENS%",
"TEMPERATURE": "%TEMPERATURE%",
"MAX_TOKENS": 64000,
"TEMPERATURE": 0.4,
"DEFAULT_SUBTASKS": 5,
"DEFAULT_PRIORITY": "medium"
}