返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Update README.md
Fix typo mistake in README.md
a6af335b
代码差异
1 个文件
+1
-1
@@ -215,7 +215,7 @@ run_gui()
215
215
```
216
216
**Or, run via CLI:**
217
217
```bash
218
python -m g4f.cli gui -port 8080 -debug
218
python -m g4f.cli gui --port 8080 -debug
219
219
```
220
220
221
221
> **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.