def __init__()

in emoclassifiers/classification.py [0:0]


    def __init__(
        self,
        openai_client: openai.AsyncOpenAI | None = None,
        model: str = "gpt-4o-mini-2024-07-18",
        max_concurrent: int = 5,