XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update client.md

32adba74
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docs/client.md +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 )