返回提交历史
Modified
docs/client.md
+1
-1
XFEstudio/gpt4free
Update client.md
32adba74
代码差异
1 个文件
+1
-1
@@ -60,7 +60,7 @@ image_url = response.data[0].url
60
60
Also this works with the client:
61
61
```python
62
62
response = client.images.create_variation(
63
image=open('cat.jpg')
63
image=open("cat.jpg", "rb")
64
64
model="bing",
65
65
...
66
66
)