mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 16:02:43 +00:00
Fixed WatsonX bugs
This commit is contained in:
parent
1136daf310
commit
effe7609a9
3 changed files with 236 additions and 19 deletions
|
|
@ -271,7 +271,7 @@ Available Models:
|
|||
pip_packages=["litellm"],
|
||||
module="llama_stack.providers.remote.inference.watsonx",
|
||||
config_class="llama_stack.providers.remote.inference.watsonx.WatsonXConfig",
|
||||
provider_data_validator="llama_stack.providers.remote.inference.watsonx.WatsonXProviderDataValidator",
|
||||
provider_data_validator="llama_stack.providers.remote.inference.watsonx.config.WatsonXProviderDataValidator",
|
||||
description="IBM WatsonX inference provider for accessing AI models on IBM's WatsonX platform.",
|
||||
),
|
||||
RemoteProviderSpec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue