Update README.md

pull/347/head
Eternal Reclaimer 2 years ago committed by GitHub
parent 2626082724
commit a4b91ca02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save