diff --git a/llama_stack/providers/remote/inference/sambanova/sambanova.py b/llama_stack/providers/remote/inference/sambanova/sambanova.py index ee158d7c7..78557161a 100644 --- a/llama_stack/providers/remote/inference/sambanova/sambanova.py +++ b/llama_stack/providers/remote/inference/sambanova/sambanova.py @@ -14,8 +14,6 @@ logger = get_logger(name=__name__, category="inference") class SambaNovaInferenceAdapter(LiteLLMOpenAIMixin): - _config: SambaNovaImplConfig - def __init__(self, config: SambaNovaImplConfig): self.config = config self.environment_available_models = []