https://github.com/flameface/gemini-console-chat
Start an interactive chat on your terminal using Gemini.
https://github.com/flameface/gemini-console-chat
Last synced: about 1 year ago
JSON representation
Start an interactive chat on your terminal using Gemini.
- Host: GitHub
- URL: https://github.com/flameface/gemini-console-chat
- Owner: flameface
- Created: 2024-02-18T05:14:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T06:48:00.000Z (over 2 years ago)
- Last Synced: 2025-04-02T19:46:58.641Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Start an interactive chat on your terminal using Gemini.
## Config
First of all, get your API key from https://aistudio.google.com/app/ and paste it in the index.js file.
```javascript
const API_KEY = "YOUR_API_KEY";
```
Install the required package by running:
```
npm install
```
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.