neuron-explainer/neuron_explainer/explanations/simulator.py [318:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.api_client = ApiClient(
            model_name=model_name, max_concurrent=max_concurrent, cache=cache
        )
        self.explanation = explanation
        self.few_shot_example_set = few_shot_example_set
        self.prompt_format = prompt_format

    async def simulate(
        self,
        tokens: Sequence[str],
    ) -> SequenceSimulation:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



neuron-explainer/neuron_explainer/explanations/simulator.py [418:428]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self.api_client = ApiClient(
            model_name=model_name, max_concurrent=max_concurrent, cache=cache
        )
        self.explanation = explanation
        self.few_shot_example_set = few_shot_example_set
        self.prompt_format = prompt_format

    async def simulate(
        self,
        tokens: Sequence[str],
    ) -> SequenceSimulation:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



