max token locales

This commit is contained in:
DirkSchlossmacher 2023-11-09 16:36:01 +01:00
parent a953fab34b
commit 5c35980d9a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",