Skip to content

Commit

Permalink
fix: correct display name of Claude, not Claude 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Apr 18, 2024
1 parent b1cc652 commit a100229
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"topPPrompt": "Tokens are selected from the most to least probable until the sum of their probabilities equals the topP value."
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "ERNIE"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"topPPrompt": "Los tokens se seleccionan desde el más probable hasta el menos probable hasta que la suma de sus probabilidades iguale el valor de topP"
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "ERNIE"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"topPPrompt": "토큰은 가장 가능성이 높은 것부터 가장 낮은 것까지 선택되며, 그 확률의 합이 topP 값과 같아질 때까지 선택됩니다"
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "ERNIE"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"topPPrompt": "Các token được chọn từ có khả năng cao nhất đến thấp nhất cho đến khi tổng xác suất của chúng bằng với giá trị topP"
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "ERNIE"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"topPPrompt": "从最可能到最不可能的标记被选出,直到它们的概率总和等于topP值"
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "文心一言"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zhtw.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"topPPrompt": "從最可能到最不可能的 token 被選出,直到它們的概率總和等於 topP 值。"
},
"claudeAi": {
"name": "Claude 2"
"name": "Claude"
},
"ernie": {
"name": "文心一言"
Expand Down

0 comments on commit a100229

Please sign in to comment.