ask-gg
v1.1.1
Published
A terminal accessible GenAI CLI tool
Downloads
3
Maintainers
Readme
ask-gg
ask-gg
is a simple CLI tool to use Gemini directly on the terminal. It leverages the services by LlamaStudio for accessing Gemini.
Installation and usage
npm install ask-gg@latest -g
ask-gg
Once installed and run, you'll find a non ending chat interface. To exit the CLI tool type "exit" or "bye".
Example response
████████╗███████╗██████╗ ███╗ ███╗ █████╗ ██╗
╚══██╔══╝██╔════╝██╔══██╗████╗ ████║ ██╔══██╗██║
██║ █████╗ ██████╔╝██╔████╔██║ ███████║██║
██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║ ██╔══██║██║
██║ ███████╗██║ ██║██║ ╚═╝ ██║ ██║ ██║██║
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝
Welcome to GEN AI on the terminal. To stop type 'exit' or 'bye'
Disclaimer: AI replies are generated by Gemini and not custom trained. Please use AI responsibly!
You: How to create a firebase project?
AI: 1. Go to the Firebase website (https://firebase.google.com/).
2. Click on the "Get Started" button.
3. Select the "Web" option.
4. Enter your project name and click on the "Create Project" button.
5. Follow the on-screen instructions to complete the setup process.
You: Tell me an awesome quote by Albert Einstein
AI: “Imagination is more important than knowledge. For knowledge is limited, whereas imagination embraces the entire world, stimulating progress, giving birth to evolution.”
You: bye
Thank you for using GenAI on the terminal. Checkout https://devgg.me for more amazing things :D
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -m "Add some feature"
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request