diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-12 12:10:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 12:10:37 +0100 |
commit | 8b162ad8b9e31d30fc8eb8668945cf7ce21e677a (patch) | |
tree | 61487a565f45dada3c3f717c2caf421c547cbde3 | |
parent | Update README.md (diff) | |
download | gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar.gz gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar.bz2 gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar.lz gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar.xz gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.tar.zst gpt4free-8b162ad8b9e31d30fc8eb8668945cf7ce21e677a.zip |
-rw-r--r-- | docs/client.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/client.md b/docs/client.md index deb5b0ba..f1e95f0c 100644 --- a/docs/client.md +++ b/docs/client.md @@ -68,10 +68,9 @@ response = client.images.create_variation( image_url = response.data[0].url ``` -Orginal: -[![Image with cat](/docs/cat.jpeg)](/docs/client.md) +Orginal / Variant: -Variant: +[![Image with cat](/docs/cat.jpeg)](/docs/client.md) [![Image with cat](/docs/cat.webp)](/docs/client.md) [to Home](/docs/client.md) |