返回提交历史
Modified
README.md
+2
-2
XFEstudio/gpt4free
Update README.md : typo fix
small typos fixed
6719bee1
代码差异
1 个文件
+2
-2
@@ -80,14 +80,14 @@ Please note the following:
80
80
- [`/you`](./you/README.md)
81
81
82
82
## Install <a name="install"></a>
83
download or clone this GitHub repo
83
Download or clone this GitHub repo
84
84
install requirements with:
85
85
```sh
86
86
pip3 install -r requirements.txt
87
87
```
88
88
89
89
## To start gpt4free GUI <a name="streamlit-gpt4free-gui"></a>
90
move `streamlit_app.py` from `./gui` to the base folder
90
Move `streamlit_app.py` from `./gui` to the base folder
91
91
then run:
92
92
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
93
93