返回提交历史
Modified
README.md
+2
-3
XFEstudio/gpt4free
Update README.md
2cd43c1f
代码差异
1 个文件
+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/)