From e560bbb268203c8336d222ed8e84b38456435ce4 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:09:38 +0100 Subject: Update GUI Command in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b118ae7d..649960e7 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3