mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
max token locales
This commit is contained in:
parent
a953fab34b
commit
5c35980d9a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user