mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 11:02:40 +03:00
Update client.md
This commit is contained in:
parent
8b162ad8b9
commit
32adba7494
@ -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",
|
||||
...
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user