mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 10:59:48 +00:00
HOTFIX: rename all ssambanova to sambanova
This commit is contained in:
parent
a82eb97bdf
commit
c69dc293ae
11 changed files with 51 additions and 51 deletions
|
|
@ -153,12 +153,12 @@ def available_providers() -> List[ProviderSpec]:
|
|||
remote_provider_spec(
|
||||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="ssambanova",
|
||||
adapter_type="sambanova",
|
||||
pip_packages=[
|
||||
"openai",
|
||||
],
|
||||
module="llama_stack.providers.remote.inference.ssambanova",
|
||||
config_class="llama_stack.providers.remote.inference.ssambanova.SsambanovaImplConfig",
|
||||
module="llama_stack.providers.remote.inference.sambanova",
|
||||
config_class="llama_stack.providers.remote.inference.sambanova.SambanovaImplConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue