diff --git a/README.md b/README.md index 172210af7f..73b270d2d2 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ You can specify the "identity" of the AI agent by overriding the `preprompts` fo Editing the `preprompts` is how you make the agent remember things between projects. -### Vision +### Visual input By default, gpt-engineer expects text input via a `prompt` file. It can also accept image inputs for vision-capable models. This can be useful for adding UX or architecture diagrams as additional context for GPT Engineer. You can do this by specifying an image directory with the `—-image_directory` flag and setting a vision-capable model in the second CLI argument. @@ -118,8 +118,6 @@ to learn how you can [contribute](.github/CONTRIBUTING.md) to it. gpt-engineer is [governed](https://github.com/gpt-engineer-org/gpt-engineer/blob/main/GOVERNANCE.md) by a board of long-term contributors. If you contribute routinely and have an interest in shaping the future of gpt-engineer, you will be considered for the board. -## Significant contributors - ## Example