Skip to content

Commit b8f9865

Browse files
qingyun-wusonichi
andauthored
Update notebook/agentchat_swarm.ipynb
Co-authored-by: Chi Wang <[email protected]>
1 parent e822911 commit b8f9865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/agentchat_swarm.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. Recently, OpenAI has released a [Swarm](https://github.com/openai/swarm) framework that focuses on making agent coordination and execution lightweight. In autogen, the groupchat allows customized speaker selection, which can be used to achieve the same orchestration pattern. This feature is also supported by our research paper [StateFlow: Enhancing LLM Task-Solving through State-Driven Workflows](https://autogen-ai.github.io/autogen/blog/2024/02/29/StateFlow).\n",
1111
"\n",
12-
"In this notebook, we implements the [airline customer service example](https://github.com/openai/swarm/tree/main/examples/airline) from OpenAI Swarm.\n"
12+
"In this notebook, we implement the [airline customer service example](https://github.com/openai/swarm/tree/main/examples/airline) from OpenAI Swarm.\n"
1313
]
1414
},
1515
{

0 commit comments

Comments
 (0)