mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore: fix token terminology in zh (#8465)
This commit is contained in:
@@ -2042,8 +2042,8 @@ CONFIG_METADATA_2 = {
|
||||
},
|
||||
"max_tokens": {
|
||||
"name": "Max Tokens",
|
||||
"description": "最大令牌数",
|
||||
"hint": "生成的最大令牌数。",
|
||||
"description": "最大词元(Tokens)数",
|
||||
"hint": "生成的最大词元(Tokens)数。",
|
||||
"type": "int",
|
||||
"default": 8192,
|
||||
},
|
||||
|
||||
@@ -1209,8 +1209,8 @@
|
||||
"name": "Top-p"
|
||||
},
|
||||
"max_tokens": {
|
||||
"description": "最大令牌数",
|
||||
"hint": "生成的最大令牌数。",
|
||||
"description": "最大词元(Tokens)数",
|
||||
"hint": "生成的最大词元(Tokens)数。",
|
||||
"name": "Max Tokens"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,8 +122,8 @@ AstrBot 提供了“强大”的配置解析和可视化功能。能够让用户
|
||||
},
|
||||
"max_tokens": {
|
||||
"name": "Max Tokens",
|
||||
"description": "最大令牌数",
|
||||
"hint": "生成的最大令牌数。",
|
||||
"description": "最大词元(Tokens)数",
|
||||
"hint": "生成的最大词元(Tokens)数。",
|
||||
"type": "int",
|
||||
"default": 8192,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user