This commit is contained in:
timothycarambat 2024-11-21 15:49:59 -08:00
parent 56793ed9a0
commit e4f47c1abf
4 changed files with 5 additions and 9 deletions

View File

@ -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"
>
<optgroup label="Available embedding models">
{[
"mistral-embed",
].map((model) => {
{["mistral-embed"].map((model) => {
return (
<option key={model} value={model}>
{model}

View File

@ -69,5 +69,4 @@ export const resources = {
vi: {
common: Vietnamese,
},
};

View File

@ -58,8 +58,7 @@ const TRANSLATIONS = {
},
"password-reset": {
title: "Mật khẩu Đặt lại",
description:
"Cung cấp thông tin cần thiết dưới đây để đặt lại mật khẩu.",
description: "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-code": "Mã khôi phục {{index}}",
"back-to-login": "Back to Đăng nhập",