mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 10:34:18 +00:00
updated the string to watsonx
This commit is contained in:
parent
6fe8b292b1
commit
2f498ad776
7 changed files with 16 additions and 16 deletions
|
|
@ -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",
|
||||
),
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue