in neuron-explainer/neuron_explainer/api_client.py [0:0]
def __init__(
self,
model_name: str,
# If set, no more than this number of HTTP requests will be made concurrently.
max_concurrent: Optional[int] = None,
# Whether to cache request/response pairs in memory to avoid duplicating requests.
cache: bool = False,