ax-sh / ahh

ollama wrapper with pipeable prompts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ollama wrapper

cli tool for using llama3 with custom instruction prompt

To install

  1. First install ollama https://ollama.com/download
  2. ollama run llama3
git clone https://github.com/ax-sh/ahh.git
cargo install --path .

# OR

cargo install --git https://github.com/ax-sh/ahh.git

Examples

cargo run

cargo run -- --help

cargo run -- this is a test
echo "using piped data" | cargo run -- this is a test

OR

echo "using piped data" | ahh this is a test

Ref

About

ollama wrapper with pipeable prompts


Languages

Language:Rust 100.0%