From 805e46a1df39ca7fb1013e732c08c3daed12f8d2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 29 Sep 2024 08:13:22 -0700 Subject: [PATCH] publish architect --- aider/website/_posts/2024-09-26-architect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index da5d9b000c3..23cb444b0b3 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -2,7 +2,7 @@ title: Separating code reasoning and editing excerpt: An Architect model describes how to solve the coding problem, and an Editor model translates that into file edits. This Architect/Editor approach produces SOTA benchmark results. highlight_image: /assets/architect.jpg -draft: true +draft: false nav_exclude: true --- {% if page.date %} @@ -353,7 +353,7 @@ o1-preview, o1-mini, GPT-4o and Claude 3.5 Sonnet. Run aider with `--architect` or get started quickly like this: ``` -pip install -U git+https://github.com/paul-gauthier/aider.git +pip install -U aider-chat # Change directory into a git repo cd /to/your/git/repo