Skip to content

ax-sh/ahh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages