mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 04:50:11 +02:00
refac
This commit is contained in:
@@ -359,10 +359,9 @@ async def edit_image(
|
||||
__message_id__: str = None,
|
||||
) -> str:
|
||||
"""
|
||||
Edit existing images based on a text prompt.
|
||||
Transform one or more existing images according to a text prompt.
|
||||
|
||||
:param prompt: A description of the changes to make to the images
|
||||
:param image_urls: A list of URLs of the images to edit
|
||||
:param prompt: A description of the transformation to apply to the provided images
|
||||
:return: Confirmation that the images were edited, or an error message
|
||||
"""
|
||||
if __request__ is None:
|
||||
|
||||
Reference in New Issue
Block a user