Skip to content
/ bro Public

Get AI into your CLI using the Pwoerful model Deepseek 🔥

License

Notifications You must be signed in to change notification settings

oovaa/bro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bro: Groq & DeepSeek AI Assistant

This CLI tool provides an AI assistant powered by Groq's API and DeepSeek models through the Langchain framework.

alt

Table of Contents

Installation

To install the CLI tool:

  1. Clone the repository:

    git clone https://github.com/oovaa/bro.git
  2. Navigate to the project directory:

    cd bro
  3. Verify Bun is installed:

    bun --version

    Install Bun from bun.sh if needed.

  4. Run the install script with your Groq API key:

    ./install <GROQ_API_KEY>

Updating

To update:

./update

Usage

Interactive Mode

bro

Non-Interactive Mode

bro "tell me about quantum computing"  # Regular response
bro -s "explain AI safety"             # Stream response without thinking output

Configuration

The install script automatically sets up:

  • GROQ_API_KEY in your shell config
  • Symbolic link in ~/.local/bin
  • Required dependencies

Uninstall

./uninstall

Removes:

  • Symbolic link
  • Environment variables
  • Local dependencies

About

Get AI into your CLI using the Pwoerful model Deepseek 🔥

Resources

License

Stars

Watchers

Forks

Packages

No packages published