kail518
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,17 @@ By the way, thank you so much for `2k` stars and all the support!!
|
|
29 |
- [`sqlchat`](./sqlchat/README.md)
|
30 |
|
31 |
- [replit Example (feel free to fork this repl)](#replit)
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
## Todo <a name="todo"></a>
|
34 |
|
35 |
- [ ] add a GUI for the repo
|
|
|
29 |
- [`sqlchat`](./sqlchat/README.md)
|
30 |
|
31 |
- [replit Example (feel free to fork this repl)](#replit)
|
32 |
+
|
33 |
+
- [Docker](./README.md)
|
34 |
+
Build
|
35 |
+
```
|
36 |
+
docker build -t gpt4free:latest .
|
37 |
+
```
|
38 |
+
Run
|
39 |
+
```
|
40 |
+
docker run -p 8501:8501 gpt4free:latest
|
41 |
+
```
|
42 |
+
|
43 |
## Todo <a name="todo"></a>
|
44 |
|
45 |
- [ ] add a GUI for the repo
|