mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Add None as default image value
This commit is contained in:
parent
0a15f1b66a
commit
49b2886ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ def image_variation(
|
|||
|
||||
@client
|
||||
def image_edit( # noqa: PLR0915
|
||||
image: Optional[Union[FileTypes, List[FileTypes]]],
|
||||
image: Optional[Union[FileTypes, List[FileTypes]]] = None,
|
||||
prompt: Optional[str]= None,
|
||||
model: Optional[str] = None,
|
||||
mask: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue