Skip to content

Commit

Permalink
Add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed May 1, 2024
1 parent 2a34366 commit 23d94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"token": {
"type": ["string", "null"],
"title": "Access Token",
"description": "A HuggingFace [access token](https://huggingface.co/docs/hub/security-tokens). Required for [gated models](https://huggingface.co/docs/hub/en/models-gated) (e.g. Llama 3). Attempting to deploy a gated model without a token will cause the app to be stuck in an 'installing' state indefinitely."
"description": "A HuggingFace [access token](https://huggingface.co/docs/hub/security-tokens). Required for [gated models](https://huggingface.co/docs/hub/en/models-gated) (e.g. Llama 3).\nAttempting to deploy a gated model without a token will cause the app to be stuck in an 'installing' state indefinitely."
}
},
"required": ["model"]
Expand Down

0 comments on commit 23d94f6

Please sign in to comment.