diff --git a/README.md b/README.md index 132aa245..f0e24de8 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,8 @@ recommendation = moa_swarm.run("Should we invest in NVIDIA stock right now?") print(recommendation) ``` +---- + ### GroupChat `GroupChat` creates a conversational environment where multiple agents can interact, discuss, and collaboratively solve a problem. You can define the speaking order or let it be determined dynamically.