Skip to content

Commit

Permalink
Sync some locales for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Dec 5, 2023
1 parent 4ce7640 commit d9db92e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"gpt-35-turbo": "GPT-3.5-turbo",
"gpt-35-turbo-16k": "GPT-3.5-Turbo-16K",
"gpt-4": "GPT-4",
"gpt-4-1106-preview": "gpt-4-1106-preview",
"temperature": "Temperatura",
"temperaturePrompt": "Cuanto mayor sea la temperatura, más creativo será el texto, pero más probable es que sea incoherente.",
"temperature0": "Más determinista",
Expand All @@ -153,7 +154,8 @@
"a2_2": "Claude-2-100k",
"beaver": "GPT-4",
"capybara": "Assistant",
"chinchilla": "ChatGPT 3.5"
"chinchilla": "ChatGPT 3.5",
"vizcacha": "GPT-4-32k"
},
"qianWen": {
"name": "QianWen"
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"gpt-35-turbo": "gpt-3.5-turbo",
"gpt-35-turbo-16k": "gpt-3.5-turbo-16k",
"gpt-4": "gpt-4",
"gpt-4-1106-preview": "gpt-4-1106-preview",
"temperature": "温度",
"temperaturePrompt": "温度が高いほど、テキストは創造的ですが、一貫性がない可能性が高いです。",
"temperature0": "より決定論的な",
Expand All @@ -133,7 +134,8 @@
"a2_2": "Claude-2-100k",
"beaver": "GPT-4",
"capybara": "Assistant",
"chinchilla": "ChatGPT 3.5"
"chinchilla": "ChatGPT 3.5",
"vizcacha": "GPT-4-32k"
},
"qianWen": {
"name": "QianWen"
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/zhtw.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"gpt-35-turbo": "gpt-3.5-turbo",
"gpt-35-turbo-16k": "gpt-3.5-turbo-16k",
"gpt-4": "gpt-4",
"gpt-4-1106-preview": "gpt-4-1106-preview",
"temperature": "Temperature",
"temperaturePrompt": "Temperature 越高,生成的文字越有創造性,但也越沒條理",
"temperature0": "更具確定性",
Expand Down

1 comment on commit d9db92e

@vercel
Copy link

@vercel vercel bot commented on d9db92e Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.