summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-11-18 10:51:42 +0100
committerGitHub <noreply@github.com>2024-11-18 10:51:42 +0100
commit2cd43c1f39db89a53d76f30faa00a80e2375cae1 (patch)
treee4d48b17ee1f44aa5f06f736cd0c02f63f83e7ce
parentUpdate README.md (diff)
downloadgpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar.gz
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar.bz2
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar.lz
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar.xz
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.tar.zst
gpt4free-2cd43c1f39db89a53d76f30faa00a80e2375cae1.zip
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 24ed5259..671fd908 100644
--- a/README.md
+++ b/README.md
@@ -105,9 +105,9 @@ docker run \
hlohaus789/g4f:latest
```
-Or run this commands to start only the gui without a browser and in the debug mode:
+Or run this command to start the gui without a browser and in the debug mode:
```bash
-docker pull hlohaus789/g4f
+docker pull hlohaus789/g4f:latest-slim
docker run \
-p 8080:8080 \
-v ${PWD}/har_and_cookies:/app/har_and_cookies \
@@ -116,7 +116,6 @@ docker run \
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/)