mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
max token locales
This commit is contained in:
@@ -151,7 +151,7 @@ const de: PartialLocaleType = {
|
||||
},
|
||||
MaxTokens: {
|
||||
Title: "Max Tokens", //Maximale Token
|
||||
SubTitle: "Maximale Anzahl der Anfrage- plus Antwort-Token",
|
||||
SubTitle: "Maximale Anzahl der Antwort-Tokens",
|
||||
},
|
||||
PresencePenalty: {
|
||||
Title: "Presence Penalty", //Anwesenheitsstrafe
|
||||
|
@@ -300,7 +300,7 @@ const en: LocaleType = {
|
||||
},
|
||||
MaxTokens: {
|
||||
Title: "Max Tokens",
|
||||
SubTitle: "Maximum length of input tokens and generated tokens",
|
||||
SubTitle: "Maximum length of generated tokens",
|
||||
},
|
||||
PresencePenalty: {
|
||||
Title: "Presence Penalty",
|
||||
|
Reference in New Issue
Block a user