feat: add top p config

This commit is contained in:
Yidadaa
2023-07-04 00:39:54 +08:00
parent 5963459499
commit 823032617d
4 changed files with 35 additions and 3 deletions

View File

@@ -215,6 +215,10 @@ const en: LocaleType = {
Title: "Temperature",
SubTitle: "A larger value makes the more random output",
},
TopP: {
Title: "Top P",
SubTitle: "Do not alter this value together with temperature",
},
MaxTokens: {
Title: "Max Tokens",
SubTitle: "Maximum length of input tokens and generated tokens",
@@ -249,7 +253,7 @@ const en: LocaleType = {
},
Context: {
Toast: (x: any) => `With ${x} contextual prompts`,
Edit: "Contextual and Memory Prompts",
Edit: "Current Chat Settings",
Add: "Add a Prompt",
Clear: "Context Cleared",
Revert: "Revert",