Update GUI Command in README

This commit is contained in:
hlohaus 2025-01-31 19:09:38 +01:00
parent 09cb164b35
commit e560bbb268

View file

@ -213,9 +213,13 @@ from g4f.gui import run_gui
run_gui()
```
**Or, run via CLI:**
** Run via CLI (To start the Flask Server):**
```bash
python -m g4f.cli gui --port 8080 -debug
python -m g4f.cli gui --port 8080 --debug
```
**Or, start the FastAPI Server:**
```bash
python -m g4f --port 8080 --debug
```
> **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.