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