From 485f9b2c0a239bc7f78f8823a80bc06cd96322fe Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Mon, 18 Nov 2024 10:50:05 +0100 Subject: Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a59eebe8..24ed5259 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,18 @@ docker run \ hlohaus789/g4f:latest ``` +Or run this commands to start only the gui without a browser and in the debug mode: +```bash +docker pull hlohaus789/g4f +docker run \ + -p 8080:8080 \ + -v ${PWD}/har_and_cookies:/app/har_and_cookies \ + -v ${PWD}/generated_images:/app/generated_images \ + hlohaus789/g4f:latest-slim \ + python -m g4f.cli gui -debug +``` + + 3. **Access the Client:** - To use the included client, navigate to: [http://localhost:8080/chat/](http://localhost:8080/chat/) -- cgit v1.2.3