From b467e5d758228085230265f5aa7c0b7c1e226d0d Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Thu, 31 Oct 2024 10:47:29 +0200 Subject: fix(README.md): Update image generation model to flux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6eeeb430..53f759f4 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ from g4f.client import Client client = Client() response = client.images.generate( - model="dall-e-3", + model="flux", prompt="a white siamese cat", # Add any other necessary parameters ) -- cgit v1.2.3