in neuron-explainer/neuron_explainer/explanations/explainer.py [0:0]
def __init__(
self,
model_name: str,
prompt_format: PromptFormat = PromptFormat.HARMONY_V4,
# This parameter lets us adjust the length of the prompt when we're generating explanations
# using older models with shorter context windows. In the future we can use it to experiment
# with longer context windows.
context_size: ContextSize = ContextSize.FOUR_K,
max_concurrent: Optional[int] = 10,
cache: bool = False,