make all highlight_images jpg

This commit is contained in:
Paul Gauthier 2024-05-09 09:50:05 -07:00
parent ccb8be7adf
commit cd10e0bf03
13 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
---
title: Claude 3 beats GPT-4 on Aider's code editing benchmark
excerpt: Claude 3 Opus outperforms all of OpenAI's models on Aider's code editing benchmark, making it the best available model for pair programming with AI.
highlight_image: /assets/2024-03-07-claude-3.svg
highlight_image: /assets/2024-03-07-claude-3.jpg
---
# Claude 3 beats GPT-4 on Aider's code editing benchmark

View file

@ -1,7 +1,7 @@
---
title: GPT-4 Turbo with Vision is a step backwards for coding
excerpt: OpenAI's GPT-4 Turbo with Vision model scores worse on aider's code editing benchmarks than all the previous GPT-4 models. In particular, it seems much more prone to "lazy coding" than the existing GPT-4 Turbo "preview" models.
highlight_image: /assets/2024-04-09-gpt-4-turbo-laziness.svg
highlight_image: /assets/2024-04-09-gpt-4-turbo-laziness.jpg
---
# GPT-4 Turbo with Vision is a step backwards for coding