返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Update README.md
8cea9b82
代码差异
1 个文件
+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():