mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
Make assets/ reference absolute
This commit is contained in:
parent
ae3373eb89
commit
265e71010f
6 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Lazy coding benchmark for gpt-4-0125-preview
|
||||
|
||||
[](https://aider.chat/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:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Code editing benchmarks for OpenAI's "1106" models
|
||||
|
||||
[](https://aider.chat/assets/benchmarks-1106.svg)
|
||||
[](https://aider.chat/assets/benchmarks-1106.svg)
|
||||
|
||||
[](https://aider.chat/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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# GPT code editing benchmarks
|
||||
|
||||
[](https://aider.chat/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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Improving GPT-4's codebase understanding with ctags
|
||||
|
||||

|
||||

|
||||
|
||||
## Updated
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Building a better repository map with tree sitter
|
||||
|
||||

|
||||

|
||||
|
||||
GPT-4 is extremely useful for "self-contained" coding tasks,
|
||||
like generating or modifying a simple function
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Unified diffs make GPT-4 Turbo less lazy
|
||||
|
||||

|
||||

|
||||
|
||||
Aider now asks GPT-4 Turbo to use
|
||||
[unified diffs](#choose-a-familiar-editing-format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue