Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Consilium queries multiple LLMs in parallel, has each model review the others' r
## Installation

```bash
pip install git+https://github.com/OpenAdaptAI/openadapt-consilium.git
pip install openadapt-consilium
```

Or for development:

```bash
git clone https://github.com/OpenAdaptAI/openadapt-consilium.git
cd consilium
cd openadapt-consilium
pip install -e ".[dev]"
```

Expand Down Expand Up @@ -252,7 +252,7 @@ for r in result.individual_responses:

```bash
git clone https://github.com/OpenAdaptAI/openadapt-consilium.git
cd consilium
cd openadapt-consilium
pip install -e ".[dev]"
pytest
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "consilium"
name = "openadapt-consilium"
version = "0.3.1"
description = "Multi-LLM council for consensus-driven AI responses"
readme = "README.md"
Expand Down