mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 03:05:46 +08:00
feat: Add frequency_penalty request parameter
This commit is contained in:
@@ -154,6 +154,10 @@ const ko: LocaleType = {
|
||||
Title: "존재 페널티 (presence_penalty)",
|
||||
SubTitle: "값이 클수록 새로운 주제에 대해 대화할 가능성이 높아집니다.",
|
||||
},
|
||||
FrequencyPenalty: {
|
||||
Title: "빈도 페널티(frequency penalty)",
|
||||
SubTitle: "값이 클수록 같은 줄이 반복될 가능성이 줄어듭니다.",
|
||||
},
|
||||
},
|
||||
Store: {
|
||||
DefaultTopic: "새 대화",
|
||||
|
Reference in New Issue
Block a user