Skip to content

Commit 2c1db4e

Browse files
author
sd109
committed
Allow null values for chatTemplate and token
1 parent c8fc765 commit 2c1db4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"default": "mistralai/Mistral-7B-Instruct-v0.2"
1313
},
1414
"chatTemplate": {
15-
"type": "string",
15+
"type": ["string", "null"],
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)."
1818
},
1919
"token": {
20-
"type": "string",
20+
"type": ["string", "null"],
2121
"title": "Access Token",
2222
"description": "A HuggingFace [access token](https://huggingface.co/docs/hub/security-tokens). Only required for [gated models](https://huggingface.co/docs/hub/en/models-gated) (e.g. Llama 2)."
2323
}

0 commit comments

Comments
 (0)