diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-24 20:53:24 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-24 20:53:24 +0100 |
commit | 7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1 (patch) | |
tree | 8240b9cb7d5a700d4bbdebb8c50d27f2b1a3b618 | |
parent | Merge pull request #1387 from xtekky/aura (diff) | |
download | gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar.gz gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar.bz2 gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar.lz gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar.xz gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.tar.zst gpt4free-7d31fe1bdb11129444c0adabbc2d26d3bcbeb8f1.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ docker pull hlohaus789/g4f ```sh docker pull hlohaus789/g4f -docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest +docker run -p 8080:8080 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest ``` 3. 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) |