chore: fix token terminology in zh (#8465)

This commit is contained in:
Rain-0x01_
2026-05-31 21:54:44 +08:00
committed by GitHub
parent 90a3a2171a
commit fbc0633cd3
3 changed files with 6 additions and 6 deletions

View File

@@ -2042,8 +2042,8 @@ CONFIG_METADATA_2 = {
},
"max_tokens": {
"name": "Max Tokens",
"description": "最大令牌",
"hint": "生成的最大令牌数。",
"description": "最大词元Tokens",
"hint": "生成的最大词元Tokens数。",
"type": "int",
"default": 8192,
},

View File

@@ -1209,8 +1209,8 @@
"name": "Top-p"
},
"max_tokens": {
"description": "最大令牌数",
"hint": "生成的最大令牌数。",
"description": "最大词元Tokens数",
"hint": "生成的最大词元Tokens数。",
"name": "Max Tokens"
}
}

View File

@@ -122,8 +122,8 @@ AstrBot 提供了“强大”的配置解析和可视化功能。能够让用户
},
"max_tokens": {
"name": "Max Tokens",
"description": "最大令牌",
"hint": "生成的最大令牌数。",
"description": "最大词元Tokens",
"hint": "生成的最大词元Tokens数。",
"type": "int",
"default": 8192,
},