XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

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

b467e5d7
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -191,7 +191,7 @@ from g4f.client import Client
191 191
192 192 client = Client()
193 193 response = client.images.generate(
194 model="dall-e-3",
194 model="flux",
195 195 prompt="a white siamese cat",
196 196 # Add any other necessary parameters
197 197 )