mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 14:26:52 +08:00
feat: switch to generation model set default stop word (#1341)
This commit is contained in:
@@ -4,12 +4,12 @@ const translation = {
|
||||
line2: '编排',
|
||||
},
|
||||
promptMode: {
|
||||
simple: '切换到高级模式以编辑内置的提示词',
|
||||
simple: '切换到高级模式以编辑完整的提示词',
|
||||
advanced: '高级模式',
|
||||
switchBack: '返回简单模式',
|
||||
advancedWarning: {
|
||||
title: '您已切换到高级模式,一旦修改提示词,将无法返回简单模式。',
|
||||
description: '在高级模式下,您可以编辑内置的提示词。',
|
||||
description: '在高级模式下,您可以编辑完整的提示词。',
|
||||
learnMore: '了解更多',
|
||||
ok: '确定',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user