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: frontend/src/locales/en/common.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -564,6 +564,11 @@ const TRANSLATIONS = {
564
564
icon: "Icon",
565
565
link: "Link",
566
566
},
567
+
"render-html": {
568
+
title: "Render HTML in chat",
569
+
description:
570
+
"Render HTML responses in assistant responses.\nThis can result in a much higher fidelity of response quality, but can also lead to potential security risks.",
0 commit comments