AI CLI is a tool that allows you to get answers for CLI commands from ChatGPT directly in your terminal.
It uses the GPT-3.5-turbo model and provides an easy way to interact with the model for CLI-related queries.
Features
- Ask questions to GPT3 from your terminal
- Update or add new OpenAI API Key
- Change model preference
- Autocomplete installation instructions
Use Cases
- Getting quick answers to CLI-related questions
- Exploring the capabilities of GPT-3.5-turbo for CLI tasks
Suited For
- Developers
- System administrators
FAQ
You can install AI CLI globally using npm: npm i @abhagsain/ai-cli -g.
AI CLI uses the GPT-3.5-turbo model by default.
Yes, you can change the model preference using the 'ai model' command.
You can add autocomplete by running 'ai autocomplete' and following the instructions.