Skip to content

Commit 21ac49e

Browse files
Update openai/client.py
Co-authored-by: Johan Stenberg (MSFT) <johan.stenberg@microsoft.com>
1 parent 673eaad commit 21ac49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ async def aedit(
413413
top_p=top_p,
414414
)
415415
self._normalize_model(kwargs)
416-
return cast(openai.Edit, await openai.Edit.create(**kwargs))
416+
return cast(openai.Edit, await openai.Edit.acreate(**kwargs))
417417

418418
def moderation(
419419
self,

0 commit comments

Comments
 (0)