linting
This commit is contained in:
parent
56793ed9a0
commit
e4f47c1abf
@ -28,9 +28,7 @@ export default function MistralAiOptions({ settings }) {
|
|||||||
className="bg-theme-settings-input-bg border-gray-500 text-white text-sm rounded-lg block w-full p-2.5"
|
className="bg-theme-settings-input-bg border-gray-500 text-white text-sm rounded-lg block w-full p-2.5"
|
||||||
>
|
>
|
||||||
<optgroup label="Available embedding models">
|
<optgroup label="Available embedding models">
|
||||||
{[
|
{["mistral-embed"].map((model) => {
|
||||||
"mistral-embed",
|
|
||||||
].map((model) => {
|
|
||||||
return (
|
return (
|
||||||
<option key={model} value={model}>
|
<option key={model} value={model}>
|
||||||
{model}
|
{model}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ import Italian from "./it/common.js";
|
|||||||
import Portuguese from "./pt_BR/common.js";
|
import Portuguese from "./pt_BR/common.js";
|
||||||
import Hebrew from "./he/common.js";
|
import Hebrew from "./he/common.js";
|
||||||
import Dutch from "./nl/common.js";
|
import Dutch from "./nl/common.js";
|
||||||
import Vietnamese from "./vn/common.js";
|
import Vietnamese from "./vn/common.js";
|
||||||
import TraditionalChinese from "./zh_TW/common.js";
|
import TraditionalChinese from "./zh_TW/common.js";
|
||||||
|
|
||||||
export const defaultNS = "common";
|
export const defaultNS = "common";
|
||||||
@ -66,8 +66,7 @@ export const resources = {
|
|||||||
nl: {
|
nl: {
|
||||||
common: Dutch,
|
common: Dutch,
|
||||||
},
|
},
|
||||||
vi: {
|
vi: {
|
||||||
common: Vietnamese,
|
common: Vietnamese,
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@ -58,8 +58,7 @@ const TRANSLATIONS = {
|
|||||||
},
|
},
|
||||||
"password-reset": {
|
"password-reset": {
|
||||||
title: "Mật khẩu Đặt lại",
|
title: "Mật khẩu Đặt lại",
|
||||||
description:
|
description: "Cung cấp thông tin cần thiết dưới đây để đặt lại mật khẩu.",
|
||||||
"Cung cấp thông tin cần thiết dưới đây để đặt lại mật khẩu.",
|
|
||||||
"recovery-codes": "Mã khôi phục",
|
"recovery-codes": "Mã khôi phục",
|
||||||
"recovery-code": "Mã khôi phục {{index}}",
|
"recovery-code": "Mã khôi phục {{index}}",
|
||||||
"back-to-login": "Back to Đăng nhập",
|
"back-to-login": "Back to Đăng nhập",
|
||||||
|
|||||||
@ -40,4 +40,4 @@ class MistralEmbedder {
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
MistralEmbedder,
|
MistralEmbedder,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user