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

XFEstudio/gpt4free

Update README.md

a9fb3046
kqlio67 <166700875+kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -4
Modified README.md +4 -4
@@ -9,7 +9,7 @@ Written by [@xtekky](https://github.com/xtekky)
9 9 <div id="top"></div>
10 10
11 11 > [!IMPORTANT]
12 > By using this repository or any code related to it, you agree to the [legal notice](https://github.com/xtekky/gpt4free/blob/main/LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
12 > By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
13 13
14 14 > [!WARNING]
15 15 > _"gpt4free"_ serves as a **PoC** (proof of concept), demonstrating the development of an API package with multi-provider requests, with features like timeouts, load balance and flow control.
@@ -126,13 +126,13 @@ By following these steps, you should be able to successfully install and run the
126 126
127 127 Run the **Webview UI** on other Platfroms:
128 128
129 - [docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)
129 - [/docs/guides/webview](docs/webview.md)
130 130
131 131 ##### Use your smartphone:
132 132
133 133 Run the Web UI on Your Smartphone:
134 134
135 - [docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)
135 - [/docs/guides/phone](/docs/guides/phone.md)
136 136
137 137 #### Use python
138 138
@@ -196,7 +196,7 @@ image_url = response.data[0].url
196 196 print(f"Generated image URL: {image_url}")
197 197 ```
198 198
199 [![Image with cat](/docs/cat.jpeg)](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
199 [![Image with cat](/docs/cat.jpeg)](docs/client.md)
200 200
201 201 **Full Documentation for Python API**
202 202