From 462b7d9fd96645d66af1c6a3a86e7793b7117ccb Mon Sep 17 00:00:00 2001 From: didi <84363704+didiforgithub@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:45:40 +0800 Subject: [PATCH] Update README.md --- examples/aflow/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/aflow/README.md b/examples/aflow/README.md index 4031b221b..55547c618 100644 --- a/examples/aflow/README.md +++ b/examples/aflow/README.md @@ -4,8 +4,6 @@ # AFlow: Automating Agentic Workflow Generation [Read our paper on arXiv](https://arxiv.org/abs/2410.10762) -![Performance of AFlow](img/performance_of_AFlow.png) - ## Framework Components - **Node**: Basic unit of LLM invocation. See `metagpt/actions/action_node.py` for a flexible interface to control LLM, temperature, format, and prompt.