#gemini #cli #prompt #response #ai #senju #taste

app hashirama

Gemini ai based CLI in the taste of Hashirama Senju

9 releases

0.1.51 Dec 1, 2024
0.1.50 Dec 1, 2024
0.1.42 Nov 30, 2024

#34 in Machine learning

Download history 439/week @ 2024-11-25 316/week @ 2024-12-02

755 downloads per month

MIT license

13KB
235 lines

Hashirama Senju Trained DNA CLI

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

Table of Contents

Installation

To install Hashirama Senju 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 hashirama

Env Setup

Windows PowerShell

$env:TRAIN_DATA=""
$env:GEMINI_API=""

Windows Bash

set TRAIN_DATA=""
set GEMINI_API=""
setx GEMINI_API "<value>"
setx TRAIN_DATA "<value>"

On Linux/MacOS Bash

export TRAIN_DATA=""
export GEMINI_API=""
hashirama tell <prompt>

Usage

hashirama tell "What is the life?"

Dependencies

~4–17MB
~193K SLoC