mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
feat: refactor code base
This commit is contained in:
parent
75f742775d
commit
2b21e97624
4 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ def available_providers() -> List[ProviderSpec]:
|
||||||
adapter=AdapterSpec(
|
adapter=AdapterSpec(
|
||||||
adapter_type="azure-ai-inference",
|
adapter_type="azure-ai-inference",
|
||||||
pip_packages=["azure-ai-inference", "azure-identity", "aiohttp"],
|
pip_packages=["azure-ai-inference", "azure-identity", "aiohttp"],
|
||||||
module="llama_stack.providers.adapters.inference.azure_ai_inference",
|
module="llama_stack.providers.remote.inference.azure_ai_inference",
|
||||||
config_class="llama_stack.providers.adapters.inference.azure_ai_inference.AzureAIInferenceConfig",
|
config_class="llama_stack.providers.remote.inference.azure_ai_inference.AzureAIInferenceConfig",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue