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

XFEstudio/gpt4free

Update README.md

Fix typo mistake in README.md

a6af335b
Ali Niaraeis <ali.niareis@gmail.com>
提交于

代码差异

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