aiit
v1.0.0
Published
aiit is a command-line tool that allows you to interact with an AI directly from your terminal.
Downloads
4
Readme
aiit (AI IT)
aiit
is a command-line tool that allows you to interact with an AI directly from your terminal. Using the Google Gemini API, you can ask questions and get responses in real-time. This tool is designed to be simple and user-friendly, making it easy to integrate AI chat capabilities into your command-line workflow.
Installation
To install aiit
globally, use the following npm command:
npm install -g aiit
After installing aiit, you can start interacting with the AI by running:
aiit init
This will initialize the AI chat session in your terminal. You can then ask questions, and the AI will respond to them. Type exit to end the chat session.
Example
$ aiit init Welcome to AIIT! Ask me anything. You: What is the capital of France? AI: The capital of France is Paris. You: How does AI work? AI: AI works by using algorithms to process and analyze data, making predictions or decisions based on that data. You: exit Goodbye!
Credits
The package uses the Google Gemini API for generating responses.