From ab679992bb5a8bfd838e485c394b43cbbeb2ab74 Mon Sep 17 00:00:00 2001 From: moeakwak Date: Thu, 16 Nov 2023 20:19:57 +0800 Subject: [PATCH] feat: update gpt-4 description --- frontend/src/locales/en-US.json | 4 ++-- frontend/src/locales/zh-CN.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/en-US.json b/frontend/src/locales/en-US.json index 1b692a79..c4ffe32c 100644 --- a/frontend/src/locales/en-US.json +++ b/frontend/src/locales/en-US.json @@ -346,7 +346,7 @@ "models": { "gpt_3_5": "GPT-3.5", "gpt_3_5_mobile": "GPT-3.5 Mobile", - "gpt_4": "GPT-4", + "gpt_4": "GPT-4 All Tools", "gpt_4_mobile": "GPT-4 Mobile", "gpt_4_browsing": "GPT-4 Web Browsing", "gpt_4_plugins": "GPT-4 Plugins", @@ -361,7 +361,7 @@ "openai_web": { "gpt_3_5": "The fastest model, great for most everyday tasks.", "gpt_3_5_mobile": "Mobile version of GPT-3.5. Not recommend to use.", - "gpt_4": "The most capable model, great for tasks that require creativity and advanced reasoning. Relatively slow.", + "gpt_4": "Browsing, Advanced Data Analysis, and DALL-E are now built into GPT-4.", "gpt_4_browsing": "An experimental model that knows when and how to browse the internet.", "gpt_4_plugins": "An experimental model that knows when and how to use plugins.", "gpt_4_mobile": "Mobile version of GPT-4. Not recommend to use.", diff --git a/frontend/src/locales/zh-CN.json b/frontend/src/locales/zh-CN.json index 06b2acd6..2d6d6a14 100644 --- a/frontend/src/locales/zh-CN.json +++ b/frontend/src/locales/zh-CN.json @@ -346,7 +346,7 @@ "models": { "gpt_3_5": "GPT-3.5", "gpt_3_5_mobile": "GPT-3.5 Mobile", - "gpt_4": "GPT-4", + "gpt_4": "GPT-4 All Tools", "gpt_4_browsing": "GPT-4 网页浏览", "gpt_4_plugins": "GPT-4 插件", "gpt_4_mobile": "GPT-4 Mobile", @@ -361,7 +361,7 @@ "openai_web": { "gpt_3_5": "最快的模型,非常适合大多数日常任务。", "gpt_3_5_mobile": "GPT-3.5的移动版。不推荐使用。", - "gpt_4": "最有能力的模型,非常适合需要创造力和高级推理的任务。所有用户将共享每 3 小时 50 条 GPT-4 消息的使用限制(包括所有 GPT-4)模型。", + "gpt_4": "浏览、高级数据分析和DALL·E现已集成于GPT-4中。所有用户将共享每 3 小时 50 条 GPT-4 消息的使用限制(包括所有 GPT-4)模型。", "gpt_4_browsing": "实验性模型,知道何时以及如何浏览网页来解决问题。", "gpt_4_plugins": "实验性模型,能够利用多种插件。", "gpt_4_mobile": "GPT-4的移动版。不推荐使用。",