clean up presentation

Former-commit-id: 6d44c71431
pull/47/head
Kye 1 year ago
parent c93f3e10f7
commit 7f23124635

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