feat: switch to generation model set default stop word (#1341)

This commit is contained in:
Joel
2023-10-13 16:47:22 +08:00
committed by GitHub
parent 695841a3cf
commit a07a6d8c26
8 changed files with 83 additions and 17 deletions

View File

@@ -4,12 +4,12 @@ const translation = {
line2: 'Engineering',
},
promptMode: {
simple: 'Switch to Advanced Mode to edit the built-in PROMPT',
simple: 'Switch to Advanced Mode to edit the whole PROMPT',
advanced: 'Advanced Mode',
switchBack: 'Switch back',
advancedWarning: {
title: 'You have switched to Advanced Mode, and once you modify the PROMPT, you CANNOT return to the simple mode.',
description: 'In Advanced Mode, you can edit built-in PROMPT.',
description: 'In Advanced Mode, you can edit whole PROMPT.',
learnMore: 'Learn more',
ok: 'OK',
},