|
@@ -4,4 +4,16 @@
|
|
|
|
|
|
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`
|