diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -29,7 +29,8 @@ 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) - + + ## Todo <a name="todo"></a> - [ ] Add a GUI for the repo @@ -77,6 +78,16 @@ pip3 install -r requirements.txt To start gpt4free GUI run the following command : `streamlit run streamlit_app.py` +## Docker +Build +``` +docker build -t gpt4free:latest -f Docker/Dockerfile . +``` +Run +``` +docker run -p 8501:8501 gpt4free:latest +``` + ## ChatGPT clone > currently implementing new features and trying to scale it, please be patient it may be unstable > https://chat.chatbot.sex/chat |