返回提交历史
Modified
README.md
+5
-10
XFEstudio/gpt4free
Update (README.md)
db69892c
代码差异
1 个文件
+5
-10
@@ -72,12 +72,8 @@ Is your site on this repository and you want to take it down? Send an email to t
72
72
- [Local Inference](docs/local.md)
73
73
- [Configuration](#configuration)
74
74
- [Full Documentation for Python API](#full-documentation-for-python-api)
75
- **New:**
76
- [Async Client API from G4F](docs/async_client.md)
77
- [Client API like the OpenAI Python library](docs/client.md)
78
- **Legacy**
79
- [Legacy API with python modules](docs/legacy/legacy.md)
80
- [Legacy AsyncClient API from G4F](docs/legacy/legacy_async_client.md)
75
- [Client API from G4F](docs/client.md)
76
- [AsyncClient API from G4F](docs/async_client.md)
81
77
- [🚀 Providers and Models](docs/providers-and-models.md)
82
78
- [🔗 Powered by gpt4free](#-powered-by-gpt4free)
83
79
- [🤝 Contribute](#-contribute)
@@ -204,12 +200,11 @@ print(f"Generated image URL: {image_url}")
204
200
205
201
#### **Full Documentation for Python API**
206
202
- **New:**
207
- **Async Client API from G4F:** [/docs/async_client](docs/async_client.md)
208
- **Client API like the OpenAI Python library:** [/docs/client](docs/client.md)
203
- **Client API from G4F:** [/docs/client](docs/client.md)
204
- **AsyncClient API from G4F:** [/docs/async_client](docs/async_client.md)
209
205
210
206
- **Legacy:**
211
- **Legacy API with python modules:** [/docs/legacy/legacy](docs/legacy/legacy.md)
212
- **Legacy AsyncClient API from G4F:** [/docs/async_client](docs/legacy/legacy_async_client.md)
207
- **Legacy API with python modules:** [/docs/legacy](docs/legacy.md)
213
208
214
209
#### Web UI
215
210
**To start the web interface, type the following codes in python:**