返回提交历史
Modified
README.md
+1
-3
XFEstudio/gpt4free
Fix Slim Docker instructions
0562866c
代码差异
1 个文件
+1
-3
@@ -119,9 +119,7 @@ docker run \
119
119
-v ${PWD}/har_and_cookies:/app/har_and_cookies \
120
120
-v ${PWD}/generated_images:/app/generated_images \
121
121
hlohaus789/g4f:latest-slim \
122
rm -r -f /app/g4f/ \
123
&& pip install -U g4f[slim] \
124
&& python -m g4f --debug
122
/bin/sh -c 'rm -rf /app/g4f && pip install -U g4f[slim] && python -m g4f --debug'
125
123
```
126
124
127
125
5. **Access the Client Interface:**