From e8c868ec60ad41e13cd03f85bdfc323bcf2efec0 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:44:06 +0000 Subject: [PATCH] Update images.md --- docs/tutorial/images.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tutorial/images.md b/docs/tutorial/images.md index 5fcc4ee..2801e12 100644 --- a/docs/tutorial/images.md +++ b/docs/tutorial/images.md @@ -124,3 +124,12 @@ Using Azure OpenAI Dall-E directly is unsupported, but you can [set up a LiteLLM 1. First, use a text generation model to write a prompt for image generation. 2. After the response has finished, you can click the Picture icon to generate an image. +3. After the image has finished generating, it will be returned automatically in chat. + +:::tip + + You can also edit the LLM's response and enter your image generation prompt as the message + to send off for image generation instead of using the actual response provided by the + LLM. + +:::