返回提交历史
Modified
README.md
+5
-0
XFEstudio/gpt4free
Update README.md
a34566b5
代码差异
1 个文件
+5
-0
@@ -28,6 +28,8 @@ By the way, thank you so much for `2k` stars and all the support!!
28
28
- [`you`](./you/README.md)
29
29
- [`sqlchat`](./sqlchat/README.md)
30
30
31
- [replit Example (feel free to fork this repl)](#replit)
32
31
33
## Todo <a name="todo"></a>
32
34
33
35
- [ ] add a GUI for the repo
@@ -93,6 +95,9 @@ Please note the following:
93
95
94
96
3. **Educational Purposes Only**: This repository and its content are provided strictly for educational purposes. By using the information and code provided, users acknowledge that they are using the APIs and models at their own risk and agree to comply with any applicable laws and regulations.
95
97
98
## replit
99
You can fork this repl to host your own ChatGPT-clone WebUI. (https://replit.com/@gpt4free/gpt4free-webui)
100
96
101
## Copyright:
97
102
This program is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
98
103