Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailust authored Apr 25, 2023
1 parent 304d149 commit c85ee31
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c85ee31

Please sign in to comment.