Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Mar 13, 2024
1 parent 2883577 commit 885f474
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/groupchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To start the group conversation, follow these steps:
```bash
python main.py

# or launch webui
# or launch agentscope studio
as_studio main.py
```

Expand All @@ -34,10 +34,11 @@ The conversation takes place in a simulated chat room environment with roles def
### Example Interaction

```
User: Hi, everyone! I'm excited to join this chat.
User input: Hi, everyone! I'm excited to join this chat.
AgentA: Welcome! We're glad to have you here.
User: @AgentB, what do you think about the new technology trends?
User input: @AgentB, what do you think about the new technology trends?
AgentB: It's an exciting time for tech! There are so many innovations on the horizon.
...
```

## Customization Options
Expand Down

0 comments on commit 885f474

Please sign in to comment.