mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Update GUI Command in README
This commit is contained in:
parent
09cb164b35
commit
e560bbb268
1 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue