File size: 205 Bytes
4962437
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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."