diff --git a/aider/website/_data/edit_leaderboard.yml b/aider/website/_data/edit_leaderboard.yml index d7eecdeaa..99de22395 100644 --- a/aider/website/_data/edit_leaderboard.yml +++ b/aider/website/_data/edit_leaderboard.yml @@ -1104,7 +1104,7 @@ indentation_errors: 0 exhausted_context_windows: 0 test_timeouts: 1 - command: (not currently supported) + command: aider --model openai/o1-mini --no-stream date: 2024-09-12 versions: 0.56.1.dev seconds_per_case: 103.0 diff --git a/aider/website/_data/o1_results.yml b/aider/website/_data/o1_results.yml index cb3adce2a..86b7c0818 100644 --- a/aider/website/_data/o1_results.yml +++ b/aider/website/_data/o1_results.yml @@ -87,7 +87,7 @@ indentation_errors: 0 exhausted_context_windows: 0 test_timeouts: 1 - command: (not currently supported) + command: aider --model openai/o1-mini --no-stream date: 2024-09-12 versions: 0.56.1.dev seconds_per_case: 103.0 diff --git a/aider/website/_posts/2024-09-12-o1.md b/aider/website/_posts/2024-09-12-o1.md index 214f7137b..45a9f037c 100644 --- a/aider/website/_posts/2024-09-12-o1.md +++ b/aider/website/_posts/2024-09-12-o1.md @@ -27,9 +27,17 @@ efficiently edit the source code. The whole format requires the o1-mini to return a fresh copy of the entire file, increasing costs and latency. -OpenAI o1-mini does not support system prompts or temperature settings, -so aider was modified to complete this benchmark. -The released aider will not yet work with o1-mini. +OpenAI o1-mini does not support system prompts, temperature settings or streaming. +Aider has been updated to work within these constraints. +To use o1-mini with aider you need to run the latest version from the main branch: + +``` +aider --install-main-branch +# or... +python -m pip install --upgrade git+https://github.com/paul-gauthier/aider.git + +aider --model openai/o1-mini --no-stream +``` {: .note } > These are *preliminiary* benchmark results, which will be updated as