diff --git a/README.md b/README.md index 869df5e..384561c 100644 --- a/README.md +++ b/README.md @@ -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]" ``` @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index 0ca57fd..91dee7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"