Skip to content

Commit 3a988b1

Browse files
committed
fix: 111
1 parent 9a66044 commit 3a988b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/workflow/nodes/ai-chat-node/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ const openAIParamSettingDialog = (modelId: string) => {
305305
if (modelId) {
306306
AIModeParamSettingDialogRef.value?.open(modelId, id, chat_data.value.model_params_setting)
307307
}
308+
console.log(chat_data.value.model_params_setting)
308309
}
309310
310311
function refreshParam(data: any) {

0 commit comments

Comments
 (0)