返回提交历史
Modified
README.md
+2
-2
XFEstudio/gpt4free
Update README.md
7464a644
代码差异
1 个文件
+2
-2
@@ -74,7 +74,7 @@ Is your site on this repository and you want to take it down? Send an email to t
74
74
- [🛠️ Configuration](https://gpt4free.github.io/docs/configuration.html)
75
75
- [📱 Run on Smartphone](#-run-on-smartphone)
76
76
- [📘 Full Documentation for Python API](#-full-documentation-for-python-api)
77
- [🚀 Providers and Models](https://gpt4free.github.io/docs/providers-and-models.html)
77
- [🚀 Providers and Models](https://github.com/gpt4free/gpt4free.github.io/blob/main/docs%2Fproviders-and-models.md)
78
78
- [🔗 Powered by gpt4free](#-powered-by-gpt4free)
79
79
- [🤝 Contribute](#-contribute)
80
80
- [How do i create a new Provider?](#guide-how-do-i-create-a-new-provider)
@@ -196,7 +196,7 @@ response = client.images.generate(
196
196
197
197
print(f"Generated image URL: {response.data[0].url}")
198
198
```
199
[](https://gpt4free.github.io/docs/client.html)
199
[](https://gpt4free.github.io/docs/client.html)
200
200
201
201
### 🌐 Web Interface
202
202
**Run the GUI using Python:**