summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-12-07 19:57:10 +0100
committerGitHub <noreply@github.com>2023-12-07 19:57:10 +0100
commitbd8a64a811929c2c6b520ede45f32004ee48d29b (patch)
treec457ded088c933d8e77bfcc40e52c988aed8c883
parentMerge pull request #1320 from hlohaus/docker (diff)
downloadgpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar.gz
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar.bz2
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar.lz
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar.xz
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.tar.zst
gpt4free-bd8a64a811929c2c6b520ede45f32004ee48d29b.zip
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8c41231b..28df72ed 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
pip install -U g4f
```
```sh
-docker pull hlohaus789/g4f:latest
+docker pull hlohaus789/g4f
```
## 🆕 What's New
@@ -65,12 +65,12 @@ docker pull hlohaus789/g4f:latest
2. Pull lastet image and run the container:
```sh
-docker pull hlohaus789/g4f:latest
+docker pull hlohaus789/g4f
docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest
```
-5. Open the included gui on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
+5. Open the included client on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
or set the api base in your client to: [http://localhost:1337/v1](http://localhost:1337/v1)
-6. (Optional) If you need to log in to your provider, you can open the desktop in the container here: http://localhost:7900/?autoconnect=1&resize=scale&password=secret.
+6. (Optional) If you need to log in to a provider, you can open the desktop in the container here: http://localhost:7900/?autoconnect=1&resize=scale&password=secret.
#### Use python package