Skip to content

Start an interactive chat on your terminal using Gemini.

Notifications You must be signed in to change notification settings

flameface/gemini-console-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

Start an interactive chat on your terminal using Gemini.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published