diff --git a/src/components/ImageGenDrawer.tsx b/src/components/ImageGenDrawer.tsx index 0677071..c03f2f5 100644 --- a/src/components/ImageGenDrawer.tsx +++ b/src/components/ImageGenDrawer.tsx @@ -5,6 +5,7 @@ import { Tr } from "@/translate"; import { Drawer, DrawerContent, + DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, @@ -55,6 +56,9 @@ export function ImageGenDrawer({ disableFactor }: Props) { Generate Image + + Generate images using the DALL-E model. +
diff --git a/src/components/ImageUploadDrawer.tsx b/src/components/ImageUploadDrawer.tsx index 494e29d..9c6ed7d 100644 --- a/src/components/ImageUploadDrawer.tsx +++ b/src/components/ImageUploadDrawer.tsx @@ -5,6 +5,7 @@ import { Tr } from "@/translate"; import { Drawer, DrawerContent, + DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, @@ -29,7 +30,7 @@ export function ImageUploadDrawer({ setImages, images, disableFactor }: Props) { useState("b64_json"); return ( - + + + Add images to the chat. +