feat: center the text in the options box in settings

This commit is contained in:
HimiCos
2023-03-30 13:51:37 +08:00
parent 8d6d6bbf5d
commit c46e1c6c7c
4 changed files with 12 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ const en: LocaleType = {
CompressThreshold: {
Title: "History Compression Threshold",
SubTitle:
"Will compress if uncompressed messages length exceeds the value",
"Will compress if uncompressed messages length exceeds the value (500 ~ 4000)",
},
Token: {
Title: "API Key",
@@ -121,7 +121,7 @@ const en: LocaleType = {
},
MaxTokens: {
Title: "Max Tokens",
SubTitle: "Maximum length of input tokens and generated tokens",
SubTitle: "Maximum length of input tokens and generated tokens (100 ~ 4096)",
},
PresencePenlty: {
Title: "Presence Penalty",