From c320c6ca8c4e908201ae9bb563d2fdeb8ef28eea Mon Sep 17 00:00:00 2001 From: thinkwee Date: Thu, 26 Oct 2023 13:56:27 +0800 Subject: [PATCH] little fix --- wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki.md b/wiki.md index fbaeeac4..dd0be856 100644 --- a/wiki.md +++ b/wiki.md @@ -120,7 +120,7 @@ then go to [Local Demo Website](http://127.0.0.1:8000/) to see an online visuali docker run -it -p 8000:8000 -e OPENAI_API_KEY=YOUR_OPENAI_KEY -e DISPLAY=YOUR_IP:0 chatdev:latest ``` ⚠️ You need to replace ``YOUR_OPENAI_KEY`` with your key and replace ``YOUR_IP`` with your inet address. -- Then you can just playing ChatDev with ``python3 run.py`` +- Then you can just play with ChatDev running ``python3 run.py``. - You can run ``python3 online_log/app.py &`` first to start a background program so that you can use online log with a WebUI. ### Copy the generated software out of Docker