updated the string to watsonx

This commit is contained in:
Sajikumar JS 2025-04-25 11:03:21 +05:30
parent 6fe8b292b1
commit 2f498ad776
7 changed files with 16 additions and 16 deletions

View file

@ -59,7 +59,7 @@ def get_distribution_template() -> DistributionTemplate:
return DistributionTemplate(
name="watsonx",
distro_type="remote_hosted",
description="Use WatsonX for running LLM inference",
description="Use watsonx for running LLM inference",
container_image=None,
template_path=Path(__file__).parent / "doc_template.md",
providers=providers,
@ -80,11 +80,11 @@ def get_distribution_template() -> DistributionTemplate:
),
"WATSONX_API_KEY": (
"",
"Watsonx API Key",
"watsonx API Key",
),
"WATSONX_PROJECT_ID": (
"",
"Watsonx Project ID",
"watsonx Project ID",
),
},
)