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

XFEstudio/gpt4free

Web UI Instructions, Update README.md

Added web ui instructions

e9351267
Eikosa <darkofheking@gmail.com>
提交于

代码差异

1 个文件 +9 -0
Modified README.md +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