Skip to content

Commit

Permalink
feat: update gpt-4 description
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Nov 16, 2023
1 parent 0a22b93 commit ab67999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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的移动版。不推荐使用。",
Expand Down

0 comments on commit ab67999

Please sign in to comment.