From 1186d3ce2b0e627d8572f58c62bc5d2c89d097ae Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Fri, 11 Oct 2024 20:35:34 +0200 Subject: [PATCH] Update using-images.md --- src/tips-tricks/using-images.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tips-tricks/using-images.md b/src/tips-tricks/using-images.md index 31a02a4..bcd5911 100644 --- a/src/tips-tricks/using-images.md +++ b/src/tips-tricks/using-images.md @@ -1,6 +1,11 @@ # :frame_photo: Using images -Currently, we do not support direct image uploads within GPT Engineer. However, there are a few easy workarounds that allow you to integrate images into your projects. Below, we’ll walk you through the available methods for including images. +To upload images you can do one of two things: +1. Upload it to the github repository +2. Share an external image URL in the chat. **Note: This will not work if the server hosting the URL has chosen to block external websites from using it with "CORS"** + + +Below, we’ll walk you through the two methods. !!! info "Image placeholders" By default, if GPT Engineer recognizes the need to use images in your projects, it will use placeholder images - gray, neutral images to improve user experience and orientation.