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

XFEstudio/gpt4free

Update README.md

03f2bc8e
kqlio67 <166700875+kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -200,7 +200,7 @@ print(f"Generated image URL: {image_url}")
200 200
201 201 **Full Documentation for Python API**
202 202
203 - New AsyncClient API from G4F: [/docs/async_client](docs/async_client.md)
203 - AsyncClient API from G4F: [/docs/async_client](docs/async_client.md)
204 204 - Client API like the OpenAI Python library: [/docs/client](docs/client.md)
205 205 - Legacy API with python modules: [/docs/legacy](docs/legacy.md)
206 206