XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update README.md

54602aa1
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified README.md +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