Gemini Console Chat
Start an interactive chat on your terminal using Gemini.
Manual Installation
Clone this project using git.
git clone https://github.com/flameface/gemini-console-chat.git
Installing all dependencies.
npm install
Get API key from AI Studio and paste it in the index.js file.
const API_KEY = "YOUR_API_KEY";
All is done, to start the chat run:
node index.js
Features
Your entire chat's stored in the "history.json" file.
To exit the chat and delete a conversation (history.json), type "exit" in terminal.
Top comments (0)