1
0
Fork 0

Update README.md

This commit is contained in:
kail518 2023-04-25 08:53:08 +07:00 committed by GitHub
parent 304d149ba6
commit c85ee31963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,17 @@ By the way, thank you so much for `2k` stars and all the support!!
- [`sqlchat`](./sqlchat/README.md)
- [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