返回提交历史
Modified
README.md
+8
-0
Modified
requirements.txt
+2
-0
XFEstudio/gpt4free
Update requirements
3a99f1d5
代码差异
2 个文件
+10
-0
@@ -138,6 +138,8 @@ Download or clone this GitHub repo
138
138
install requirements with:
139
139
140
140
```sh
141
python3 -m venv venv
142
. venv/bin/activate
141
143
pip3 install -r requirements.txt
142
144
```
143
145
@@ -147,6 +149,12 @@ pip3 install -r requirements.txt
147
149
Move `streamlit_app.py` from `./gui` to the base folder then run:
148
150
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
149
151
152
```sh
153
cp gui/streamlit_app.py .
154
streamlit run streamlit_app.py
155
```
156
157
150
158
## Docker <a name="docker-instructions"></a>
151
159
152
160
Build
@@ -13,3 +13,5 @@ https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
13
13
pydantic
14
14
pymailtm
15
15
Levenshtein
16
xtempmail
17
faker