返回提交历史
Modified
README.md
+4
-0
XFEstudio/gpt4free
update(README) Added lines with docker-compose instructions
e34f4bab
代码差异
1 个文件
+4
-0
@@ -152,6 +152,10 @@ Run
152
152
```
153
153
docker run -p 8501:8501 gpt4free:latest
154
154
```
155
Another way - docker-compose (no docker build/run needed)
156
```
157
docker-compose up
158
```
155
159
156
160
## ChatGPT clone
157
161
> currently implementing new features and trying to scale it, please be patient it may be unstable