Update README.md
This commit is contained in:
parent
304d149ba6
commit
c85ee31963
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -30,6 +30,16 @@ By the way, thank you so much for `2k` stars and all the support!!
|
|||
|
||||
- [replit Example (feel free to fork this repl)](#replit)
|
||||
|
||||
- [Docker](./README.md)
|
||||
Build
|
||||
```
|
||||
docker build -t gpt4free:latest .
|
||||
```
|
||||
Run
|
||||
```
|
||||
docker run -p 8501:8501 gpt4free:latest
|
||||
```
|
||||
|
||||
## Todo <a name="todo"></a>
|
||||
|
||||
- [ ] add a GUI for the repo
|
||||
|
|
Loading…
Reference in a new issue