Merge pull request #287 from valerii-chirkov/main

refactor(gpt4free/cocalc/__init__.py): Refactored init file
This commit is contained in:
t.me/xtekky
2023-04-30 12:19:14 +01:00
committed by GitHub
3 changed files with 48 additions and 15 deletions

View File

@@ -101,6 +101,10 @@ Run
```
docker run -p 8501:8501 gpt4free:latest
```
Another way - docker-compose (no docker build/run needed)
```
docker-compose up -d
```
## Deploy using docker-compose