You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.schema.json
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
"model": {
9
9
"type": "string",
10
10
"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"
12
13
},
13
14
"chat_template": {
14
15
"type": "string",
@@ -18,8 +19,7 @@
18
19
"token": {
19
20
"type": "string",
20
21
"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)."
23
23
}
24
24
},
25
25
"required": ["model"]
@@ -34,7 +34,6 @@
34
34
"type": "string",
35
35
"title": "Model Name",
36
36
"description": "Model name supplied to the OpenAI client in frontend web app. Should match huggingface.model above.",
0 commit comments