Skip to content

Commit 45fc6de

Browse files
author
sd109
committed
Fix chatTemplate variable naming
1 parent caee35d commit 45fc6de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/azimuth-ui.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ controls:
55
/huggingface/token:
66
type: TextControl
77
secret: true
8-
/huggingface/chat_template:
8+
/huggingface/chatTemplate:
99
type: TextControl
1010
/ui/appSettings/hf_model_instruction:
1111
type: TextControl

chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"description": "The [HuggingFace model](https://huggingface.co/models) to deploy (see [here](https://github.com/stackhpc/azimuth-llm?tab=readme-ov-file#tested-models) for a list of tested models).",
1212
"default": "mistralai/Mistral-7B-Instruct-v0.2"
1313
},
14-
"chat_template": {
14+
"chatTemplate": {
1515
"type": "string",
1616
"title": "Chat Template",
1717
"description": "An optional chat template override for the model (see [here](https://huggingface.co/blog/chat-templates) for more information)."

0 commit comments

Comments
 (0)