hashirama

Crates.iohashirama
lib.rshashirama
version0.1.51
sourcesrc
created_at2024-11-30 17:52:14.732928
updated_at2024-12-01 15:23:04.8456
descriptionGemini ai based CLI in the taste of Hashirama Senju
homepagehttps://crates.io/crates/hashirama
repositoryhttps://github.com/HashiramaSenjuhari/hashirama
max_upload_size
id1466860
size37,322
Hariprasath (HashiramaSenjuhari)

documentation

https://docs.rs/hashirama

README

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?"
Commit count: 0

cargo fmt