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

XFEstudio/gpt4free

Update README.md

2cd43c1f
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -3
Modified README.md +2 -3
@@ -105,9 +105,9 @@ docker run \
105 105 hlohaus789/g4f:latest
106 106 ```
107 107
108 Or run this commands to start only the gui without a browser and in the debug mode:
108 Or run this command to start the gui without a browser and in the debug mode:
109 109 ```bash
110 docker pull hlohaus789/g4f
110 docker pull hlohaus789/g4f:latest-slim
111 111 docker run \
112 112 -p 8080:8080 \
113 113 -v ${PWD}/har_and_cookies:/app/har_and_cookies \
@@ -116,7 +116,6 @@ docker run \
116 116 python -m g4f.cli gui -debug
117 117 ```
118 118
119
120 119 3. **Access the Client:**
121 120
122 121 - To use the included client, navigate to: [http://localhost:8080/chat/](http://localhost:8080/chat/)