summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-12 12:08:08 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-12 12:08:08 +0100
commit151f8b8b0e409b112c806927250d5f578f0f6805 (patch)
treeeb9576c91c9494722716a8d20b9f5e436547f7ab /docs
parentAdd new Client API with Docs (diff)
downloadgpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar.gz
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar.bz2
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar.lz
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar.xz
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.tar.zst
gpt4free-151f8b8b0e409b112c806927250d5f578f0f6805.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/cat.webpbin0 -> 5876 bytes
-rw-r--r--docs/client.md6
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/cat.webp b/docs/cat.webp
new file mode 100644
index 00000000..29c13f59
--- /dev/null
+++ b/docs/cat.webp
Binary files differ
diff --git a/docs/client.md b/docs/client.md
index 1201a83d..deb5b0ba 100644
--- a/docs/client.md
+++ b/docs/client.md
@@ -68,4 +68,10 @@ response = client.images.create_variation(
image_url = response.data[0].url
```
+Orginal:
+[![Image with cat](/docs/cat.jpeg)](/docs/client.md)
+
+Variant:
+[![Image with cat](/docs/cat.webp)](/docs/client.md)
+
[to Home](/docs/client.md)