返回提交历史
Modified
README.md
+6
-2
XFEstudio/gpt4free
Update GUI Command in README
e560bbb2
代码差异
1 个文件
+6
-2
@@ -213,9 +213,13 @@ from g4f.gui import run_gui
213
213
214
214
run_gui()
215
215
```
216
**Or, run via CLI:**
216
** Run via CLI (To start the Flask Server):**
217
217
```bash
218
python -m g4f.cli gui --port 8080 -debug
218
python -m g4f.cli gui --port 8080 --debug
219
```
220
**Or, start the FastAPI Server:**
221
```bash
222
python -m g4f --port 8080 --debug
219
223
```
220
224
221
225
> **Learn More About the GUI:** For detailed instructions on how to set up, configure, and use the GPT4Free GUI, refer to the [GUI Documentation](docs/gui.md) . This guide includes step-by-step details on provider selection, managing conversations, using advanced features like speech recognition, and more.