From d2b4b6b3dfcbf1a5e968acbd919e82ad80683d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E5=BF=B1?= Date: Sat, 16 Dec 2023 22:51:26 +0800 Subject: [PATCH] update README (online_log -> chat_visualizer) --- wiki.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki.md b/wiki.md index 53bccde4..0a52729a 100644 --- a/wiki.md +++ b/wiki.md @@ -66,7 +66,7 @@ ChatChain Visualizer. ``` -python3 online_log/app.py +python3 chat_visualizer/app.py ``` then go to [Local Demo Website](http://127.0.0.1:8000/) to see an online visualized version of logs such as @@ -121,7 +121,7 @@ then go to [Local Demo Website](http://127.0.0.1:8000/) to see an online visuali ``` ⚠️ You need to replace ``YOUR_OPENAI_KEY`` with your key and replace ``YOUR_IP`` with your inet address. - 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. +- You can run ``python3 chat_visualizer/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 - run @@ -294,7 +294,7 @@ then go to [Local Demo Website](http://127.0.0.1:8000/) to see an online visuali ├── camel # Camel RolePlay component ├── chatdev # ChatDev core code ├── misc # assets of example and demo -├── online_log # Demo Folder +├── chat_visualizer # Demo Folder ├── run.py # Entry of ChatDev ├── requirements.txt ├── README.md