Make assets/ reference absolute

This commit is contained in:
Paul Gauthier 2024-02-11 07:58:25 -08:00
parent ae3373eb89
commit 265e71010f
6 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Lazy coding benchmark for gpt-4-0125-preview
[![benchmark results](../assets/benchmarks-0125.svg)](https://aider.chat/assets/benchmarks-0125.svg)
[![benchmark results](/assets/benchmarks-0125.svg)](https://aider.chat/assets/benchmarks-0125.svg)
[OpenAI just released a new version of GPT-4 Turbo](https://openai.com/blog/new-embedding-models-and-api-updates).
This new model is intended to reduce the "laziness" that has been widely observed with the previous `gpt-4-1106-preview` model:

View file

@ -1,8 +1,8 @@
# Code editing benchmarks for OpenAI's "1106" models
[![benchmark results](../assets/benchmarks-1106.svg)](https://aider.chat/assets/benchmarks-1106.svg)
[![benchmark results](/assets/benchmarks-1106.svg)](https://aider.chat/assets/benchmarks-1106.svg)
[![benchmark results](../assets/benchmarks-speed-1106.svg)](https://aider.chat/assets/benchmarks-speed-1106.svg)
[![benchmark results](/assets/benchmarks-speed-1106.svg)](https://aider.chat/assets/benchmarks-speed-1106.svg)
[OpenAI just released new versions of GPT-3.5 and GPT-4](https://openai.com/blog/new-models-and-developer-products-announced-at-devday),
and there's a lot

View file

@ -1,6 +1,6 @@
# GPT code editing benchmarks
[![benchmark results](../assets/benchmarks.svg)](https://aider.chat/assets/benchmarks.svg)
[![benchmark results](/assets/benchmarks.svg)](https://aider.chat/assets/benchmarks.svg)
Aider is an open source command line chat tool that lets you work with GPT to edit
code in your local git repo.

View file

@ -1,7 +1,7 @@
# Improving GPT-4's codebase understanding with ctags
![robot flowchat](../assets/robot-flowchart.png)
![robot flowchat](/assets/robot-flowchart.png)
## Updated

View file

@ -1,7 +1,7 @@
# Building a better repository map with tree sitter
![robot flowchat](../assets/robot-ast.png)
![robot flowchat](/assets/robot-ast.png)
GPT-4 is extremely useful for "self-contained" coding tasks,
like generating or modifying a simple function

View file

@ -1,7 +1,7 @@
# Unified diffs make GPT-4 Turbo less lazy
![robot flowchart](../assets/benchmarks-udiff.svg)
![robot flowchart](/assets/benchmarks-udiff.svg)
Aider now asks GPT-4 Turbo to use
[unified diffs](#choose-a-familiar-editing-format)