返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Fix docker build instructions
As the Dockerfile was moved we need to update the path
2ceffaca
代码差异
1 个文件
+1
-1
@@ -119,7 +119,7 @@ then run:
119
119
Build
120
120
121
121
```
122
docker build -t gpt4free:latest -f Docker/Dockerfile .
122
docker build -t gpt4free:latest .
123
123
```
124
124
125
125
Run