t.me/xtekky
commited on
Commit
•
c02eb6c
1
Parent(s):
8350bc6
gui folder
Browse files- README.md +5 -4
- streamlit_app.py → gui/streamlit_app.py +0 -0
README.md
CHANGED
@@ -68,15 +68,16 @@ By the way, thank you so much for `2k` stars and all the support!!
|
|
68 |
- only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
|
69 |
|
70 |
## Install <a name="install"></a>
|
71 |
-
|
72 |
-
|
73 |
install requirements with:
|
74 |
```sh
|
75 |
pip3 install -r requirements.txt
|
76 |
```
|
|
|
77 |
## To start gpt4free GUI
|
78 |
-
|
79 |
-
|
|
|
80 |
|
81 |
## Docker
|
82 |
Build
|
|
|
68 |
- only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
|
69 |
|
70 |
## Install <a name="install"></a>
|
71 |
+
download or clone this GitHub repo
|
|
|
72 |
install requirements with:
|
73 |
```sh
|
74 |
pip3 install -r requirements.txt
|
75 |
```
|
76 |
+
|
77 |
## To start gpt4free GUI
|
78 |
+
move `streamlit_app.py` from `./gui` to the base folder
|
79 |
+
then run:
|
80 |
+
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
|
81 |
|
82 |
## Docker
|
83 |
Build
|
streamlit_app.py → gui/streamlit_app.py
RENAMED
File without changes
|