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

XFEstudio/gpt4free

Update README.md

8cea9b82
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified README.md +1 -1
@@ -248,7 +248,7 @@ print(f"Generated image URL: {response.data[0].url}")
248 248
249 249 Async client example:
250 250 ```python
251 from g4f.async_client import AsyncClient
251 from g4f.client import AsyncClient
252 252 import asyncio
253 253
254 254 async def main():