termai
v1.0.24
Published
Interact with a customized Gemini-pro right in your terminal.
Downloads
5
Maintainers
Readme
termai
An npm package for interacting with AI in the terminal.
Installation
You can install termai
via npm:
npm install termai
Or using yarn:
yarn add termai
Usage
Once installed, you can use termai directly by running:
npx termai --api-key YOUR_API_KEY_HERE
If you do not wish to specify the API_KEY here, create a .env
file in the same directory, and paste the following code:
GEMINI_KEY=YOUR_API_KEY_HERE
Make sure to replace YOUR_API_KEY_HERE
with your actual API_KEY
This will initiate the interaction with the AI in the terminal.
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or want to suggest improvements.
License
This project is licensed under the MIT License - see the LICENSE file for details.