返回提交历史
Modified
README.md
+2
-2
XFEstudio/gpt4free
Update README.md
54602aa1
代码差异
1 个文件
+2
-2
@@ -68,9 +68,9 @@ docker pull hlohaus789/g4f
68
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 client on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
71
3. 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 a provider, you can open the desktop in the container here: http://localhost:7900/?autoconnect=1&resize=scale&password=secret.
73
4. (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