You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/localization/languages/Zh.tsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export default {
18
18
com_ui_close: '关闭',
19
19
com_ui_model: '模型',
20
20
com_ui_select_model: '模型选择',
21
-
com_ui_use_prompt: 'Use prompt',
21
+
com_ui_use_prompt: '使用提示词',
22
22
com_ui_prev: '上一页',
23
23
com_ui_next: '下一页',
24
24
com_ui_prompt_templates: '对话模板',
@@ -56,7 +56,7 @@ export default {
56
56
com_auth_name_required: '姓名为必填项',
57
57
com_auth_name_min_length: '姓名至少3个字符',
58
58
com_auth_name_max_length: '姓名最多80个字符',
59
-
com_auth_username: '用户名',
59
+
com_auth_username: '用户名(可选)',
60
60
com_auth_username_required: '用户名为必填项',
61
61
com_auth_username_min_length: '用户名至少3个字符',
62
62
com_auth_username_max_length: '用户名最多20个字符',
@@ -78,9 +78,9 @@ export default {
78
78
com_endpoint_bing_to_enable_sydney: '启用 Sydney',
79
79
com_endpoint_bing_jailbreak: '破解',
80
80
com_endpoint_bing_context_placeholder:
81
-
'Bing can use up to 7k tokens for \'context\', which it can reference for the conversation. The specific limit is not known but may run into errors exceeding 7k tokens',
'WARNING: Misuse of this feature can get you BANNED from using Bing! Click on \'System Message\' for full instructions and the default message if omitted, which is the \'Sydney\' preset that is considered safe.',
'Top-k changes how the model selects tokens for output. A top-k of 1 means the selected token is the most probable among all tokens in the model\'s vocabulary (also called greedy decoding), while a top-k of 3 means that the next token is selected from among the 3 most probable tokens (using temperature).',
100
100
com_endpoint_google_maxoutputtokens:
101
-
' Maximum number of tokens that can be generated in the response. Specify a lower value for shorter responses and a higher value for longer responses.',
0 commit comments