Co-authored-by: Max Tuzzolino <maxtuzz@Maxs-MacBook-Pro.local> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Max Tuzzolino <max.tuzsmith@gmail.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
985 B
985 B
task-master-ai
| task-master-ai |
|---|
| minor |
Add grok-cli as a provider. You can now use Grok models with Task Master by setting the GROK_CLI_API_KEY environment variable.
Setup Instructions
- Get your Grok API key from console.x.ai
- Set the environment variable:
export GROK_CLI_API_KEY="your-api-key-here" - Configure Task Master to use Grok:
task-master models --set-main grok-beta # or task-master models --set-research grok-beta # or task-master models --set-fallback grok-beta
Available Models
grok-beta- Latest Grok modelgrok-vision-beta- Grok with vision capabilities
The Grok CLI provider integrates with xAI's Grok models and can also use the local Grok CLI configuration file (~/.grok/user-settings.json) if available.
Credits
Built using the grok-cli by Superagent AI for seamless integration with xAI's Grok models.