add feature for adding an image to context

This commit is contained in:
Joshua Vial 2023-12-11 22:42:12 +13:00
parent 90d5071709
commit 9aa7beff72

View file

@ -90,6 +90,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa
* You can use aider with multiple source files at once, so GPT can make coordinated code changes across all of them in a single changeset/commit.
* Aider can [give *GPT-4* a map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it understand and modify large codebases.
* You can also edit files by hand using your editor while chatting with aider. Aider will notice these out-of-band edits and keep GPT up to date with the latest versions of your files. This lets you bounce back and forth between the aider chat and your editor, to collaboratively code with GPT.
* If you are using gpt-4 through openai directly, you can add image files to your context which will automatically switch you to the gpt-4-vision-preview model
## Usage