fixes issue with perplexity model used by default (now sonar-pro in all cases). Fixes an issue preventing analyzeTaskComplexity to work as designed. Fixes an issue that prevented parse-prd from working. Stubs in the test for analyzeTaskComplexity to be done later.
This commit is contained in:
@@ -391,7 +391,7 @@ function displayHelp() {
|
||||
`${chalk.dim('Optional')}${chalk.reset('')}`],
|
||||
[`${chalk.yellow('PERPLEXITY_MODEL')}${chalk.reset('')}`,
|
||||
`${chalk.white('Perplexity model to use')}${chalk.reset('')}`,
|
||||
`${chalk.dim('Default: sonar-small-online')}${chalk.reset('')}`],
|
||||
`${chalk.dim('Default: sonar-pro')}${chalk.reset('')}`],
|
||||
[`${chalk.yellow('DEBUG')}${chalk.reset('')}`,
|
||||
`${chalk.white('Enable debug logging')}${chalk.reset('')}`,
|
||||
`${chalk.dim(`Default: ${CONFIG.debug}`)}${chalk.reset('')}`],
|
||||
|
||||
Reference in New Issue
Block a user