def __init__()

in swarm/core.py [0:0]


    def __init__(self, client=None):
        if not client:
            client = OpenAI()
        self.client = client