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

XFEstudio/gpt4free

docs(docs/interference-api.md): update image generation model in usage guide

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

代码差异

1 个文件 +2 -2
Modified docs/interference-api.md +2 -2
@@ -75,7 +75,7 @@ curl -X POST "http://localhost:1337/v1/images/generate" \
75 75 -H "Content-Type: application/json" \
76 76 -d '{
77 77 "prompt": "a white siamese cat",
78 "model": "dall-e-3",
78 "model": "flux",
79 79 "response_format": "url"
80 80 }'
81 81 ```
@@ -86,7 +86,7 @@ curl -X POST "http://localhost:1337/v1/images/generate" \
86 86 -H "Content-Type: application/json" \
87 87 -d '{
88 88 "prompt": "a white siamese cat",
89 "model": "dall-e-3",
89 "model": "flux",
90 90 "response_format": "b64_json"
91 91 }'
92 92 ```