Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
bd963b71c5
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -4,4 +4,16 @@
 
 
 https://chat.chatbot.sex/chat/
 https://chat.chatbot.sex/chat/
 
 
+`pip3 install -r requirements.txt`
+To start gpt4free GUI
+move streamlit_app.py from ./gui to the base folder
+then run:
+`streamlit run streamlit_app.py` or python3 -m streamlit run streamlit_app.py
 
 
+Docker
+Build
+
+`docker build -t gpt4free:latest -f Docker/Dockerfile .`
+Run
+
+`docker run -p 8501:8501 gpt4free:latest`