From 32adba7494b4362ffd9cc3d563f7b9b6eb3860be Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Mon, 12 Feb 2024 12:11:22 +0100 Subject: Update client.md --- docs/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client.md b/docs/client.md index f1e95f0c..247979ce 100644 --- a/docs/client.md +++ b/docs/client.md @@ -60,7 +60,7 @@ image_url = response.data[0].url Also this works with the client: ```python response = client.images.create_variation( - image=open('cat.jpg') + image=open("cat.jpg", "rb") model="bing", ... ) -- cgit v1.2.3