This commit is contained in:
Paul Gauthier 2024-11-04 12:53:10 -08:00
parent 775011033f
commit 55f16dc0b5
3 changed files with 8 additions and 0 deletions

View file

@ -26,6 +26,8 @@ cog.out(text)
- Almost as good as Sonnet at much lower cost.
- Launch with `--haiku` to use it.
- Easily apply file edits from ChatGPT, Claude or other web apps
- Chat with ChatGPT or Claude via their web app.
- Give it your source files and ask for the changes you want.
- Use the web app's "copy response" button to copy the entire reply from the LLM.
- Run `aider --apply-clipboard-edits file-to-edit.js`.
- Aider will edit your file with the LLM's changes.