Uses of Class
com.unfbx.chatgpt.entity.images.Item
-
Packages that use Item Package Description com.unfbx.chatgpt -
-
Uses of Item in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return types with arguments of type Item Modifier and Type Method Description List<Item>OpenAiClient. editImages(File image, ImageEdit imageEdit)Creates an edited or extended image given an original image and a prompt.List<Item>OpenAiClient. editImages(File image, File mask, ImageEdit imageEdit)Creates an edited or extended image given an original image and a prompt.List<Item>OpenAiClient. editImages(File image, String prompt)Creates an edited or extended image given an original image and a prompt.
-