mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 13:03:43 +08:00
feat: center the text in the options box in settings
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user