chore: update the sambanova inference impl to use openai-python for openai-compat functions

This commit is contained in:
Matthew Farrellee 2025-09-06 05:05:05 -04:00
parent 0c2757a05b
commit e03f1b61f3
2 changed files with 26 additions and 2 deletions

View file

@ -270,7 +270,7 @@ Available Models:
api=Api.inference,
adapter=AdapterSpec(
adapter_type="sambanova",
pip_packages=["litellm"],
pip_packages=["litellm", "openai"],
module="llama_stack.providers.remote.inference.sambanova",
config_class="llama_stack.providers.remote.inference.sambanova.SambaNovaImplConfig",
provider_data_validator="llama_stack.providers.remote.inference.sambanova.config.SambaNovaProviderDataValidator",