fix webUI, fix #171 #177

Former-commit-id: 3459bb2d35162dbbef79cda05da08a56921aa276
This commit is contained in:
hiyouga
2023-07-18 15:51:48 +08:00
parent ca972000b6
commit 214a24b5df
2 changed files with 21 additions and 1 deletions

View File

@@ -325,6 +325,14 @@ LOCALES = {
"label": "最大长度"
}
},
"max_new_tokens": {
"en": {
"label": "Maximum new tokens"
},
"zh": {
"label": "最大生成长度"
}
},
"top_p": {
"en": {
"label": "Top-p"