1 unstable release

0.1.5 Dec 1, 2024
0.1.4 Nov 30, 2024
0.1.3 Nov 30, 2024
0.1.2 Nov 30, 2024
0.1.1 Nov 30, 2024

#255 in Machine learning

Download history 135/week @ 2024-11-24 272/week @ 2024-12-01

407 downloads per month

MIT license

12KB
192 lines

heyy cli

heyy cli is a simple command-line tool designed to interact with the Gemini API. This tool allows you to query the Gemini service and generate responses based on the prompts you provide.

Table of Contents

Installation

To install heyy cli, follow these steps:

1. Install Rust

Ensure that you have Rust installed on your machine. You can check if Rust is installed by running:

rustc --version
cargo install heyy

Env Setup

Windows PowerShell

$env:GEMINI_API=""

Windows Bash

set GEMINI_API=""

On Linux/MacOS Bash

export GEMINI_API="https://api.gemini.com"
heyy tell <prompt>

Usage

heyy tell "What is the life?"

Dependencies

~4–14MB
~184K SLoC