Skip to content

Commit

Permalink
docs(core_distributed-group-chat): fix the typos in the docs in the R…
Browse files Browse the repository at this point in the history
…EADME.md (microsoft#5347)

<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

Wrong file names in the README.md

## Related issue number



## Checks

- [x] I've included any doc changes needed for
https://microsoft.github.io/autogen/. See
https://microsoft.github.io/autogen/docs/Contribute#documentation to
build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [ ] I've made sure all auto checks have passed.

Co-authored-by: Mohammad Mazraeh <[email protected]>
  • Loading branch information
jsburckhardt and MohMaz authored Feb 4, 2025
1 parent b89ca2a commit 5df5bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/samples/core_distributed-group-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ If you prefer to run Python files individually, follow these steps. Note that ea

1. `python run_host.py`: Starts the host and listens for agent connections.
2. `chainlit run run_ui.py --port 8001`: Starts the Chainlit app and UI agent and listens on UI topic to display messages. We're using port 8001 as the default port 8000 is used to run host (assuming using same machine to run all of the agents)
3. `python run_editor.py`: Starts the <img src="./public/avatars/editor.png" width="20" height="20" style="vertical-align:middle"> editor agent and connects it to the host.
4. `python run_writer.py`: Starts the <img src="./public/avatars/writer.png" width="20" height="20" style="vertical-align:middle"> writer agent and connects it to the host.
3. `python run_editor_agent.py`: Starts the <img src="./public/avatars/editor.png" width="20" height="20" style="vertical-align:middle"> editor agent and connects it to the host.
4. `python run_writer_agent.py`: Starts the <img src="./public/avatars/writer.png" width="20" height="20" style="vertical-align:middle"> writer agent and connects it to the host.
5. `python run_group_chat_manager.py`: Run chainlit app which starts <img src="./public/avatars/group_chat_manager.png" width="20" height="20" style="vertical-align:middle"> group chat manager agent and sends the initial message to start the conversation.

## What's Going On?
Expand Down

0 comments on commit 5df5bde

Please sign in to comment.