Skip to content

Commit caee35d

Browse files
author
sd109
committed
Set sensible default model for new users
1 parent a8c966a commit caee35d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chart/values.schema.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"model": {
99
"type": "string",
1010
"title": "Model",
11-
"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)."
11+
"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).",
12+
"default": "mistralai/Mistral-7B-Instruct-v0.2"
1213
},
1314
"chat_template": {
1415
"type": "string",
@@ -18,8 +19,7 @@
1819
"token": {
1920
"type": "string",
2021
"title": "Access Token",
21-
"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).",
22-
"default": ""
22+
"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
}
2424
},
2525
"required": ["model"]
@@ -34,7 +34,6 @@
3434
"type": "string",
3535
"title": "Model Name",
3636
"description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above.",
37-
"default": "mistralai/Mistral-7B-Instruct-v0.2"
3837
},
3938
"hf_model_instruction": {
4039
"type": "string",

0 commit comments

Comments
 (0)