gui folder
This commit is contained in:
parent
8350bc6842
commit
c02eb6c71d
2 changed files with 5 additions and 4 deletions
|
@ -68,15 +68,16 @@ By the way, thank you so much for `2k` stars and all the support!!
|
||||||
- only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
|
- only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
|
||||||
|
|
||||||
## Install <a name="install"></a>
|
## Install <a name="install"></a>
|
||||||
- download or clone this GitHub repo
|
download or clone this GitHub repo
|
||||||
|
|
||||||
install requirements with:
|
install requirements with:
|
||||||
```sh
|
```sh
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## To start gpt4free GUI
|
## To start gpt4free GUI
|
||||||
To start gpt4free GUI run the following command :
|
move `streamlit_app.py` from `./gui` to the base folder
|
||||||
`streamlit run streamlit_app.py`
|
then run:
|
||||||
|
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
Build
|
Build
|
||||||
|
|
Loading…
Reference in a new issue