mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 09:10:13 +03:00
Update requirements
This commit is contained in:
parent
7cd8a58c37
commit
3a99f1d577
@ -138,6 +138,8 @@ Download or clone this GitHub repo
|
||||
install requirements with:
|
||||
|
||||
```sh
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
@ -147,6 +149,12 @@ pip3 install -r requirements.txt
|
||||
Move `streamlit_app.py` from `./gui` to the base folder then run:
|
||||
`streamlit run streamlit_app.py` or `python3 -m streamlit run streamlit_app.py`
|
||||
|
||||
```sh
|
||||
cp gui/streamlit_app.py .
|
||||
streamlit run streamlit_app.py
|
||||
```
|
||||
|
||||
|
||||
## Docker <a name="docker-instructions"></a>
|
||||
|
||||
Build
|
||||
|
@ -13,3 +13,5 @@ https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
|
||||
pydantic
|
||||
pymailtm
|
||||
Levenshtein
|
||||
xtempmail
|
||||
faker
|
||||
|
Loading…
Reference in New Issue
Block a user