omni_bot / playground /swarms /easy_example.py
Zack Zitting Bradshaw
Upload folder using huggingface_hub
4962437
from swarms import swarm
# Use the function
api_key = "APIKEY"
objective = "What is the capital of the UK?"
result = swarm(api_key, objective)
print(result) # Prints: "The capital of the UK is London."