perf: http node response

This commit is contained in:
archer
2023-08-16 11:18:35 +08:00
parent e8ff91c455
commit 2f81fbc42f
4 changed files with 17 additions and 10 deletions

View File

@@ -158,8 +158,7 @@ export const ChatModule: FlowModuleTemplateType = {
label: '系统提示词',
valueType: FlowValueTypeEnum.string,
description: ChatModelSystemTip,
placeholder: ChatModelSystemTip,
value: ''
placeholder: ChatModelSystemTip
},
{
key: 'limitPrompt',
@@ -167,8 +166,7 @@ export const ChatModule: FlowModuleTemplateType = {
valueType: FlowValueTypeEnum.string,
label: '限定词',
description: ChatModelLimitTip,
placeholder: ChatModelLimitTip,
value: ''
placeholder: ChatModelLimitTip
},
Input_Template_TFSwitch,
{