返回提交历史
Modified
README.md
+9
-0
XFEstudio/gpt4free
Web UI Instructions, Update README.md
Added web ui instructions
e9351267
代码差异
1 个文件
+9
-0
@@ -37,6 +37,7 @@ docker pull hlohaus789/g4f
37
37
- [Install using pypi](#install-using-pypi)
38
38
+ [Docker for Developers](#docker-for-developers)
39
39
- [💡 Usage](#-usage)
40
* [The Web UI](#the-web-ui)
40
41
* [The `g4f` Package](#the-g4f-package)
41
42
+ [ChatCompletion](#chatcompletion)
42
43
- [Completion](#completion)
@@ -182,6 +183,14 @@ docker-compose down
182
183
183
184
## 💡 Usage
184
185
186
### The Web UI
187
188
To use it in the web interface, type the following codes in the command line.
189
```python3
190
from g4f.gui import run_gui
191
run_gui()
192
```
193
185
194
### The `g4f` Package
186
195
187
196
#### ChatCompletion