) {
return (
: }
onClick={changeVisibility}
className={"password-eye"}
diff --git a/app/constant.ts b/app/constant.ts
index e997de5d0..41b080b00 100644
--- a/app/constant.ts
+++ b/app/constant.ts
@@ -242,10 +242,10 @@ export const KnowledgeCutOffDate: Record = {
"gpt-4-turbo-2024-04-09": "2023-12",
"gpt-4-turbo-preview": "2023-12",
"gpt-4o": "2023-10",
- "gpt-4o-mini": "2023-10",
"gpt-4o-2024-05-13": "2023-10",
- "gpt-4o-mini-2024-07-18": "2023-10",
"gpt-4o-2024-08-06": "2023-10",
+ "gpt-4o-mini": "2023-10",
+ "gpt-4o-mini-2024-07-18": "2023-10",
"gpt-4-vision-preview": "2023-04",
// After improvements,
@@ -255,18 +255,19 @@ export const KnowledgeCutOffDate: Record = {
};
const openaiModels = [
- // "gpt-3.5-turbo",
- // "gpt-3.5-turbo-1106",
- // "gpt-3.5-turbo-0125",
- // "gpt-4",
- // "gpt-4-0613",
- // "gpt-4-32k",
- // "gpt-4-32k-0613",
- // "gpt-4-turbo",
- // "gpt-4-turbo-preview",
- "gpt-4o-mini",
+ //"gpt-3.5-turbo",
+ //"gpt-3.5-turbo-1106",
+ //"gpt-3.5-turbo-0125",
+ //"gpt-4",
+ //"gpt-4-0613",
+ //"gpt-4-32k",
+ //"gpt-4-32k-0613",
+ //"gpt-4-turbo",
+ //"gpt-4-turbo-preview",
"gpt-4o",
+ "gpt-4o-2024-05-13",
"gpt-4o-2024-08-06",
+ "gpt-4o-mini",
// "gpt-4o-2024-05-13",
// "gpt-4-vision-preview",
// "gpt-4-turbo-2024-04-09"
diff --git a/app/locales/cn.ts b/app/locales/cn.ts
index 4f47403ab..02b3a9d40 100644
--- a/app/locales/cn.ts
+++ b/app/locales/cn.ts
@@ -42,6 +42,7 @@ const cn = {
PinToastAction: "查看",
Delete: "删除",
Edit: "编辑",
+ FullScreen: "全屏",
},
Commands: {
new: "新建聊天",
@@ -132,6 +133,7 @@ const cn = {
Settings: {
Title: "设置",
SubTitle: "所有设置选项",
+ ShowPassword: "显示密码",
Danger: {
Reset: {
diff --git a/app/locales/en.ts b/app/locales/en.ts
index 00fbe7189..5446a9316 100644
--- a/app/locales/en.ts
+++ b/app/locales/en.ts
@@ -44,6 +44,7 @@ const en: LocaleType = {
PinToastAction: "View",
Delete: "Delete",
Edit: "Edit",
+ FullScreen: "FullScreen",
},
Commands: {
new: "Start a new chat",
@@ -135,6 +136,7 @@ const en: LocaleType = {
Settings: {
Title: "Settings",
SubTitle: "All Settings",
+ ShowPassword: "ShowPassword",
Danger: {
Reset: {
Title: "Reset All Settings",