XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

gui folder

c02eb6c7
t.me/xtekky <98614666+xtekky@users.noreply.github.com>
提交于

代码差异

2 个文件 +5 -4
Modified README.md +5 -4
@@ -68,15 +68,16 @@ By the way, thank you so much for `2k` stars and all the support!!
68 68 - only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
69 69
70 70 ## Install <a name="install"></a>
71 - download or clone this GitHub repo
72
71 download or clone this GitHub repo
73 72 install requirements with:
74 73 ```sh
75 74 pip3 install -r requirements.txt
76 75 ```
76
77 77 ## To start gpt4free GUI
78 To start gpt4free GUI run the following command :
79 `streamlit run streamlit_app.py`
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`
80 81
81 82 ## Docker
82 83 Build
Renamed gui/streamlit_app.py +0 -0
此文件没有可显示的逐行差异。