Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Think of it as a bridge between your favorite LLM and your development environme

### Quick Setup:
1. **Download** the file for your computer above
2. **Unzip** the downloaded file
2. **Unzip** the downloaded file
3. **Set up LLM** You can use Ollama, or from [Cerebras](https://cloud.cerebras.ai?referral_code=y3wvtcmy) (they have a free tier)
4. **Run BlueBerry:**
- **Windows**: Double-click `bb.exe`, or open Command Prompt and run:
Expand All @@ -34,6 +34,22 @@ Think of it as a bridge between your favorite LLM and your development environme

You should see a chat prompt where you can talk to the AI!

### Usage Options:

Once installed, you can run BlueBerry in several ways:

1. **Using model short names** (requires `~/.bb/models.json` configuration):
```bash
bb <model-short-name>
```
This uses the short name to automatically set the model, endpoint, and key from your `~/.bb/models.json` configuration file.

2. **Display configured MCP servers**:
```bash
bb mcp
```
Shows the currently configured MCP servers from `~/.bb/mcp.json` and exits.

---

## 🛠️ Developer Path
Expand Down