kail518
commited on
Commit
•
f48a1b7
1
Parent(s):
c85ee31
Update README.md
Browse files
README.md
CHANGED
@@ -30,15 +30,6 @@ By the way, thank you so much for `2k` stars and all the support!!
|
|
30 |
|
31 |
- [replit Example (feel free to fork this repl)](#replit)
|
32 |
|
33 |
-
- [Docker](./README.md)
|
34 |
-
Build
|
35 |
-
```
|
36 |
-
docker build -t gpt4free:latest .
|
37 |
-
```
|
38 |
-
Run
|
39 |
-
```
|
40 |
-
docker run -p 8501:8501 gpt4free:latest
|
41 |
-
```
|
42 |
|
43 |
## Todo <a name="todo"></a>
|
44 |
|
@@ -87,6 +78,16 @@ pip3 install -r requirements.txt
|
|
87 |
To start gpt4free GUI run the following command :
|
88 |
`streamlit run streamlit_app.py`
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
## ChatGPT clone
|
91 |
> currently implementing new features and trying to scale it, please be patient it may be unstable
|
92 |
> https://chat.chatbot.sex/chat
|
|
|
30 |
|
31 |
- [replit Example (feel free to fork this repl)](#replit)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Todo <a name="todo"></a>
|
35 |
|
|
|
78 |
To start gpt4free GUI run the following command :
|
79 |
`streamlit run streamlit_app.py`
|
80 |
|
81 |
+
## Docker
|
82 |
+
Build
|
83 |
+
```
|
84 |
+
docker build -t gpt4free:latest -f Docker/Dockerfile .
|
85 |
+
```
|
86 |
+
Run
|
87 |
+
```
|
88 |
+
docker run -p 8501:8501 gpt4free:latest
|
89 |
+
```
|
90 |
+
|
91 |
## ChatGPT clone
|
92 |
> currently implementing new features and trying to scale it, please be patient it may be unstable
|
93 |
> https://chat.chatbot.sex/chat
|