This CLI tool provides an AI assistant powered by Groq's API and DeepSeek models through the Langchain framework.
To install the CLI tool:
-
Clone the repository:
git clone https://github.com/oovaa/bro.git
-
Navigate to the project directory:
cd bro
-
Verify Bun is installed:
bun --version
Install Bun from bun.sh if needed.
-
Run the install script with your Groq API key:
./install <GROQ_API_KEY>
To update:
./update
bro
bro "tell me about quantum computing" # Regular response
bro -s "explain AI safety" # Stream response without thinking output
The install script automatically sets up:
GROQ_API_KEY
in your shell config- Symbolic link in
~/.local/bin
- Required dependencies
./uninstall
Removes:
- Symbolic link
- Environment variables
- Local dependencies