返回提交历史
Modified
README.md
+4
-4
XFEstudio/gpt4free
Update README.md
bd8a64a8
代码差异
1 个文件
+4
-4
@@ -11,7 +11,7 @@
11
11
pip install -U g4f
12
12
```
13
13
```sh
14
docker pull hlohaus789/g4f:latest
14
docker pull hlohaus789/g4f
15
15
```
16
16
17
17
## 🆕 What's New
@@ -65,12 +65,12 @@ docker pull hlohaus789/g4f:latest
65
65
2. Pull lastet image and run the container:
66
66
67
67
```sh
68
docker pull hlohaus789/g4f:latest
68
docker pull hlohaus789/g4f
69
69
docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest
70
70
```
71
5. Open the included gui on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
71
5. Open the included client on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
72
72
or set the api base in your client to: [http://localhost:1337/v1](http://localhost:1337/v1)
73
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.
73
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.
74
74
75
75
#### Use python package
76
76