An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Start an interactive chat on your terminal using Gemini.


Discord

## 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.