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.