1 unstable release
0.1.5 | Dec 1, 2024 |
---|---|
0.1.4 |
|
0.1.3 |
|
0.1.2 |
|
0.1.1 |
|
#255 in Machine learning
407 downloads per month
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