Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailust authored Apr 25, 2023
1 parent c85ee31 commit f48a1b7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ By the way, thank you so much for `2k` stars and all the support!!

- [replit Example (feel free to fork this repl)](#replit)

- [Docker](./README.md)
Build
```
docker build -t gpt4free:latest .
```
Run
```
docker run -p 8501:8501 gpt4free:latest
```

## Todo <a name="todo"></a>

Expand Down Expand Up @@ -87,6 +78,16 @@ pip3 install -r requirements.txt
To start gpt4free GUI run the following command :
`streamlit run streamlit_app.py`

## Docker
Build
```
docker build -t gpt4free:latest -f Docker/Dockerfile .
```
Run
```
docker run -p 8501:8501 gpt4free:latest
```

## ChatGPT clone
> currently implementing new features and trying to scale it, please be patient it may be unstable
> https://chat.chatbot.sex/chat
Expand Down

0 comments on commit f48a1b7

Please sign in to comment.