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: {
|
MaxTokens: {
|
||||||
Title: "Max Tokens", //Maximale Token
|
Title: "Max Tokens", //Maximale Token
|
||||||
SubTitle: "Maximale Anzahl der Anfrage- plus Antwort-Token",
|
SubTitle: "Maximale Anzahl der Antwort-Tokens",
|
||||||
},
|
},
|
||||||
PresencePenalty: {
|
PresencePenalty: {
|
||||||
Title: "Presence Penalty", //Anwesenheitsstrafe
|
Title: "Presence Penalty", //Anwesenheitsstrafe
|
||||||
|
@ -300,7 +300,7 @@ const en: LocaleType = {
|
|||||||
},
|
},
|
||||||
MaxTokens: {
|
MaxTokens: {
|
||||||
Title: "Max Tokens",
|
Title: "Max Tokens",
|
||||||
SubTitle: "Maximum length of input tokens and generated tokens",
|
SubTitle: "Maximum length of generated tokens",
|
||||||
},
|
},
|
||||||
PresencePenalty: {
|
PresencePenalty: {
|
||||||
Title: "Presence Penalty",
|
Title: "Presence Penalty",
|
||||||
|
Loading…
Reference in New Issue
Block a user