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
if(!models.find(m=>m.id.toLowerCase()===Translator.modelTag.toLowerCase()))thrownewError(`Model ${Translator.modelTag} not found. Pull with docker model pull ${Translator.modelTag}`);
72
-
returntrue;
73
-
}
74
-
75
59
/**
76
60
* Clean the output text from the model
77
61
* Output text: `在助手回复中呈现 HTML 响应。这可以显著提高回复的质量,但也可能带来潜在的安全风险。<|im_end|>`
Copy file name to clipboardExpand all lines: frontend/src/locales/da/common.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ const TRANSLATIONS = {
69
69
yes: "Ja",
70
70
no: "Nej",
71
71
search: "Søg",
72
-
username_requirements: null,
72
+
username_requirements:
73
+
"Brugernavnet skal bestå af 2-32 tegn, starte med et lille bogstav, og kun indeholde små bogstaver, tal, understregninger, bindestreger og punktummer.",
0 commit comments