Skip to content

Commit 5e61acb

Browse files
authored
Merge pull request #6 from stackhpc/fix/ui-link-typo
Fix UI typo
2 parents 53bd6af + 16b168e commit 5e61acb

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
@@ -13,7 +13,7 @@
1313
"token": {
1414
"type": "string",
1515
"title": "Access Token",
16-
"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).",
16+
"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).",
1717
"default": ""
1818
}
1919
},
@@ -81,4 +81,4 @@
8181
}
8282
},
8383
"required": ["huggingface"]
84-
}
84+
}

0 commit comments

Comments
 (0)