From 9aa7beff7251f5873e7f752a41d3d810f7938d6b Mon Sep 17 00:00:00 2001 From: Joshua Vial Date: Mon, 11 Dec 2023 22:42:12 +1300 Subject: [PATCH] add feature for adding an image to context --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f7910e8f..1f0b7ea63 100644 --- a/README.md +++ b/README.md @@ -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