Skip to content
/ vyai Public

vyai – A lightweight CLI tool to interact with the Gemini API from the terminal.

Notifications You must be signed in to change notification settings

vybraan/vyai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vyai

I got tired of using curl to make API calls to Gemini just to have an "AI" in my terminal. I wanted something that could also maintain context. The web felt and is bloated, so I built this snazzy CLI tool instead.

Usage

  1. Get a Gemini API key from ai.google.dev.
  2. Export the key as an environment variable:
export GOOGLE_API_KEY=your_api_key_here
  1. Run the application using:
make run

or

go run cmd/main.go

Keyboard Shortcuts

  • Enter → Send message
  • Ctrl + C → Close the app
  • Tab / Ctrl + Right → Next tab
  • Shift + Tab / Ctrl + Left → Previous tab

Screenshot

vyai

About

vyai – A lightweight CLI tool to interact with the Gemini API from the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published