From ef01258380cae24e51ca30d45a9b5b8cf4dc43a7 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:20:44 +0800 Subject: [PATCH] Fix typo in docs/source/en/examples/multiagents.md --- docs/source/en/examples/multiagents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/examples/multiagents.md b/docs/source/en/examples/multiagents.md index 6294e23..1b4cfcb 100644 --- a/docs/source/en/examples/multiagents.md +++ b/docs/source/en/examples/multiagents.md @@ -169,7 +169,7 @@ manager_agent = CodeAgent( That's all! Now let's run our system! We select a question that requires both some calculation and research: ```py -answer = manager_agent.run("If LLM trainings continue to scale up at the current rythm until 2030, what would be the electric power in GW required to power the biggest training runs by 2030? What does that correspond to, compared to some contries? Please provide a source for any number used.") +answer = manager_agent.run("If LLM trainings continue to scale up at the current rhythm until 2030, what would be the electric power in GW required to power the biggest training runs by 2030? What does that correspond to, compared to some contries? Please provide a source for any number used.") ``` We get this report as the answer: