moved benchmarks-speed-1106 article

This commit is contained in:
Paul Gauthier 2024-02-11 07:50:18 -08:00
parent 2f8109ece1
commit 81ad2f18fe
5 changed files with 7 additions and 19 deletions

View file

@ -35,7 +35,7 @@ Aider is unique in that it lets you ask for changes to [pre-existing, larger cod
Aider supports OpenAI's new GPT-4 model that has the massive 128k context window.
Benchmark results indicate that it is
[very fast](https://aider.chat/docs/benchmarks-speed-1106.html),
[very fast](https://aider.chat/2023/11/06/benchmarks-speed-1106.html),
and a bit [better at coding](https://aider.chat/docs/benchmarks-1106.html) than previous GPT-4 models.
Aider now supports a [unified diff editing format, which reduces GPT-4 Turbo's "lazy" coding](https://aider.chat/docs/unified-diffs.html).

View file

@ -1,3 +1,8 @@
---
title: Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106
redirect_from:
- /docs/benchmarks-speed-1106.md
---
# Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106
[![benchmark results](../assets/benchmarks-speed-1106.svg)](https://aider.chat/assets/benchmarks-speed-1106.svg)

View file

@ -1,9 +0,0 @@
---
title: Aider v0.20 title
redirect_from:
- /docs/aider-20.html
---
# Aider v0.20.0 is live
Aider v0.20.0 is now available in pypi.

View file

@ -1,8 +0,0 @@
---
layout: post
title: "Welcome to the aider blog"
---
# Welcome
**Hello world**, this is my first Aider blog post.

View file

@ -73,7 +73,7 @@ You can review the other reports
for additional information:
- [GPT code editing benchmarks](https://aider.chat/docs/benchmarks.html) evaluates the March and June versions of GPT-3.5 and GPT-4.
- [Code editing speed benchmarks for OpenAI's "1106" models](https://aider.chat/docs/benchmarks-speed-1106.html) compares the performance of the new GPT models.
- [Code editing speed benchmarks for OpenAI's "1106" models](https://aider.chat/2023/11/06/benchmarks-speed-1106.html) compares the performance of the new GPT models.
## Updates