This commit is contained in:
Paul Gauthier 2024-03-03 16:46:39 -08:00
parent 75f540796d
commit 3d1a8e20f3
2 changed files with 4 additions and 1 deletions

View file

@ -378,3 +378,6 @@ The universal diff coder is currently used by GPT-4 Turbo by default. You can ma
When experimenting with coder backends, it helps to run aider with `--verbose --no-pretty` so you can see
all the raw information being sent to/from GPT in the conversation.
You can also refer to the
[instructions for installing a development version of aider](https://aider.chat/docs/install.html#install-development-versions-of-aider-optional).

View file

@ -59,7 +59,7 @@ See the [usage instructions](/#usage) to start coding with aider.
The steps below are completely optional.
- [Store your API key](#store-your-api-key-optional)
- [Enable Playwright](#enable-playwright) to enhance the `/web <url>` command.
- [Enable Playwright](#enable-playwright-optional) to enhance the `/web <url>` command.
- [Enable voice coding](#enable-voice-coding-optional)
- [Add aider to your editor](#add-aider-to-your-editor-optional)
- [Install development versions of aider](#install-development-versions-of-aider-optional)