Skip to content

Commit

Permalink
publish architect
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Sep 29, 2024
1 parent 291ef57 commit 805e46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aider/website/_posts/2024-09-26-architect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 805e46a

Please sign in to comment.