mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
update README (online_log -> chat_visualizer)
This commit is contained in:
parent
69894a087a
commit
d2b4b6b3df
1 changed files with 3 additions and 3 deletions
6
wiki.md
6
wiki.md
|
|
@ -66,7 +66,7 @@
|
||||||
ChatChain Visualizer.
|
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
|
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.
|
⚠️ 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``.
|
- 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
|
### Copy the generated software out of Docker
|
||||||
- run
|
- 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
|
├── camel # Camel RolePlay component
|
||||||
├── chatdev # ChatDev core code
|
├── chatdev # ChatDev core code
|
||||||
├── misc # assets of example and demo
|
├── misc # assets of example and demo
|
||||||
├── online_log # Demo Folder
|
├── chat_visualizer # Demo Folder
|
||||||
├── run.py # Entry of ChatDev
|
├── run.py # Entry of ChatDev
|
||||||
├── requirements.txt
|
├── requirements.txt
|
||||||
├── README.md
|
├── README.md
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue