Yet another CLI Rust AI Wrapper
This tool created with the intention to learn RUST while trying to solve the annoyance of opening a browser or learning a new, already available, better tool to access LLMs from a terminal.
btw the naming just took about 5 mins X)
- RUST ofcourse !! visit https://rust-lang.org/tools/install/ if you dont have RUST installed already.
- Nerd Font in your terminal for a better visual experience (we got an icon in nerdfont)
- GROQ API key currently only suppporting GROQ service(soon add more)
-
Clone the repository:
git clone https://github.com/binilbp/craw.git cd craw -
Build the project:
cargo build
you will find the bin file in
target/debugdir inside the project dir
Feel free to suggest changes or express your issues!