Skip to content

Commit aeece81

Browse files
committed
feat: add chat_template to model schema
1 parent 1d3a626 commit aeece81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/v1/model.schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
"type": "string",
149149
"description": "The size of tensors used in the model"
150150
},
151+
"chat_template": {
152+
"type": "string",
153+
"description": "Template for chat used in the model"
154+
},
151155
"context_size": {
152156
"type": "number",
153157
"description": "The number of tokens the model can process at once."

0 commit comments

Comments
 (0)