clean up presentation

Former-commit-id: 7a49f2cb2cdf710b15d4bdf0251518439f48c109
pull/160/head
Kye 2 years ago
parent db90130a67
commit ffb97084b3

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

Loading…
Cancel
Save