fixed broken links

This commit is contained in:
Paul Gauthier 2024-06-06 15:14:41 -07:00
parent fa3df117d9
commit f97ed15dd3
5 changed files with 7 additions and 7 deletions

View file

@ -38,7 +38,7 @@ nav_order: 800
Use aider's new experimental browser UI to collaborate with LLMs
to edit code in your local git repo.
Aider will directly edit the code in your local source files,
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git)
and [git commit the changes](https://aider.chat/docs/git.html)
with sensible commit messages.
You can start a new project or work with an existing git repo.
Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,

View file

@ -88,7 +88,7 @@ and to use pytest to run tests.
- They could start the chat by pasting in the URL or text of a GitHub issue.
Aider will pull in the URL's content and then try and solve the issue.
- If aider doesn't produce code that lints and tests clean, the user might decide to revert the changes and try again, maybe using aider with a different LLM this time.
[Aider is tightly integrated with git](https://aider.chat/docs/faq.html#how-does-aider-use-git),
[Aider is tightly integrated with git](https://aider.chat/docs/git.html),
so it's always easy to revert AI changes that don't pan out.
Outside a benchmark setting, it's probably

View file

@ -103,7 +103,7 @@ and to use pytest to run tests.
- They could start the chat by pasting in the URL or text of a GitHub issue.
Aider will pull in the URL's content and then try and resolve the issue.
- If aider doesn't produce code that lints and tests clean, the user might decide to
[use git to revert the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git),
[use git to revert the changes](https://aider.chat/docs/git.html),
and try again with `aider --opus`.
## Aider with GPT-4o alone was SOTA