Swarms / swarms /structs /swarm_id_generator.py
harshalmore31's picture
Synced repo using 'sync_with_huggingface' Github Action
d8d14f1 verified
raw
history blame contribute delete
68 Bytes
import uuid
def generate_swarm_id():
return str(uuid.uuid4())