Commit
•
c1936bb
1
Parent(s):
ff7ca75
wording
Browse files
src/app/interface/settings-dialog/index.tsx
CHANGED
@@ -105,7 +105,7 @@ export function SettingsDialog() {
|
|
105 |
|
106 |
{renderingModelVendor === "HUGGINGFACE" && <>
|
107 |
<Field>
|
108 |
-
<Label>Hugging Face API Token (
|
109 |
<Input
|
110 |
className="font-mono"
|
111 |
type="password"
|
|
|
105 |
|
106 |
{renderingModelVendor === "HUGGINGFACE" && <>
|
107 |
<Field>
|
108 |
+
<Label>Hugging Face API Token (<a className="text-stone-600 underline" href="https://huggingface.co/subscribe/pro" target="_blank">PRO account</a> recommended for higher rate limit):</Label>
|
109 |
<Input
|
110 |
className="font-mono"
|
111 |
type="password"
|