fix(README.md): Update image generation model to flux

This commit is contained in:
kqlio67 2024-10-31 10:47:29 +02:00
parent 39b0c457b7
commit b467e5d758

View File

@ -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
)