From a4b91ca02f4334a5cebb20218b9ce974987edd42 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:34:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f349402c..cd890323 100644 --- a/README.md +++ b/README.md @@ -402,10 +402,10 @@ Task Execution: The Task structure allows for the execution of tasks by an assig - Task History: The history attribute is a list that keeps track of all the results of the task execution. This can be useful for debugging and for tasks that need to be executed multiple times. ```python +import os from swarms.structs import Task, Agent from swarms.models import OpenAIChat from dotenv import load_dotenv -import os # Load the environment variables