mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-09 22:33:29 +00:00
refac
This commit is contained in:
parent
0b0910bee2
commit
ea3f5f22d2
1 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue