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: app/locales/en.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,8 @@ const en: LocaleType = {
77
77
UploadFle: "Upload Files",
78
78
OpenWebSearch: "Enable Web Search",
79
79
CloseWebSearch: "Disable Web Search",
80
+
EnableThinking: "Enable Thinking",
81
+
DisableThinking: "Disable Thinking",
80
82
},
81
83
Rename: "Rename Chat",
82
84
Typing: "Typing…",
@@ -550,6 +552,11 @@ const en: LocaleType = {
550
552
Title: "Max Tokens",
551
553
SubTitle: "Maximum length of input tokens and generated tokens",
552
554
},
555
+
BudgetTokens: {
556
+
Title: "Budget Tokens",
557
+
SubTitle:
558
+
"The budget_tokens parameter determines the maximum number of tokens Claude is allowed use for its internal reasoning process. budget_tokens must always be less than the max_tokens specified.",
0 commit comments