Former-commit-id: 7a49f2cb2cdf710b15d4bdf0251518439f48c109
@ -76,12 +76,9 @@ There are 2 methods, one is through `git clone` and the other is by `pip install
from swarms import swarm
api_key = "api key for openai"
objective = "What is the capital of the Uk"
result = swarm(api_key, objective)
print(result)
swarm(objective)
```
---