cli tool for using llama3 with custom instruction prompt
- First install ollama https://ollama.com/download
- 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
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