fix: typo PresencePenlty -> PresencePenalty

This commit is contained in:
simondby
2023-05-16 15:40:43 +08:00
parent daecd3efa1
commit 44874fb5e0
12 changed files with 13 additions and 13 deletions

View File

@@ -163,7 +163,7 @@ const cn = {
Title: "单次回复限制 (max_tokens)",
SubTitle: "单次交互所用的最大 Token 数",
},
PresencePenlty: {
PresencePenalty: {
Title: "话题新鲜度 (presence_penalty)",
SubTitle: "值越大,越有可能扩展到新话题",
},