-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area:ai-modelsAI model integration and configurationAI model integration and configurationarea:cliCLI functionalityCLI functionalitybugSomething isn't workingSomething isn't workingmedium-priorityImportant but not urgentImportant but not urgentprovider:perplexityPerplexity AI (research)Perplexity AI (research)
Description
Description
I've specified that TM is to use Sonar Pro for research tasks and I've added my Perplexity API key to my project's .env file. However, when I run tm analyze-complexity, it uses the main model (Sonnet) to do the analysis.
Steps to Reproduce
- Set up a Perplexity account and fund it.
- Add the API key to the project's .env file in the format
PERPLEXITY_API_KEY="your_perplexity_api_key_here" # Optional: Format: pplx-... - Set Sonar Pro as the research model.
- Create a PRD document.
- Run tm parse-prd [path/to/file] to expand it.
- Run tm analyze-complexity to analyze complexity.
- Note the AI Usage Summary.
Expected Behavior
The AI Usage Summary should show perplexity as the provider and sonar-pro as the model.
Actual Behavior
The AI Usage Summary shows claude-code as the provider and sonney as the model.
Screenshots or Logs
Environment
- Task Master version: 0.26
- Node.js version: 22.17.1
- Operating system: WSL2/Ubuntu 24.04.2 LTS
- IDE (if applicable): N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:ai-modelsAI model integration and configurationAI model integration and configurationarea:cliCLI functionalityCLI functionalitybugSomething isn't workingSomething isn't workingmedium-priorityImportant but not urgentImportant but not urgentprovider:perplexityPerplexity AI (research)Perplexity AI (research)
Projects
Status
Done