1.0.24 • Published 2 years ago
termai v1.0.24
termai
An npm package for interacting with AI in the terminal.
Installation
You can install termai via npm:
npm install termaiOr using yarn:
yarn add termaiUsage
Once installed, you can use termai directly by running:
npx termai --api-key YOUR_API_KEY_HEREIf 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_HEREMake 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.