def __init__()

in neuron-explainer/neuron_explainer/explanations/simulator.py [0:0]


    def __init__(
        self,
        model_name: str,
        explanation: str,
        max_concurrent: Optional[int] = 10,
        few_shot_example_set: FewShotExampleSet = FewShotExampleSet.NEWER,
        prompt_format: PromptFormat = PromptFormat.INSTRUCTION_FOLLOWING,
        cache: bool = False,