diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -152,6 +152,10 @@ Run ``` docker run -p 8501:8501 gpt4free:latest ``` +Another way - docker-compose (no docker build/run needed) +``` +docker-compose up +``` ## ChatGPT clone > currently implementing new features and trying to scale it, please be patient it may be unstable |