Skip to content

Commit 05bc459

Browse files
author
sd109
committed
Add chat template to UI inputs
1 parent 21f07ad commit 05bc459

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

chart/azimuth-ui.schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ controls:
55
/huggingface/token:
66
type: TextControl
77
secret: true
8+
/huggingface/chat_template:
9+
type: TextControl
810
/ui/appSettings/hf_model_instruction:
911
type: TextControl
1012
/ui/appSettings/page_title:

chart/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"title": "Model",
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
},
13+
"chat_template": {
14+
"type": "string",
15+
"title": "Chat Template",
16+
"description": "An optional chat template override for the model (see [here](https://huggingface.co/blog/chat-templates) for more information)."
17+
},
1318
"token": {
1419
"type": "string",
1520
"title": "Access Token",

0 commit comments

Comments
 (0)