chore: adjust the setupMCPConfiguration so it adds in the new env stuff.
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
"PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%",
|
"PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%",
|
||||||
"MODEL": "%MODEL%",
|
"MODEL": "%MODEL%",
|
||||||
"PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%",
|
"PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%",
|
||||||
"MAX_TOKENS": "%MAX_TOKENS%",
|
"MAX_TOKENS": 64000,
|
||||||
"TEMPERATURE": "%TEMPERATURE%",
|
"TEMPERATURE": 0.4,
|
||||||
"DEFAULT_SUBTASKS": 5,
|
"DEFAULT_SUBTASKS": 5,
|
||||||
"DEFAULT_PRIORITY": "medium"
|
"DEFAULT_PRIORITY": "medium"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user