We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a66044 commit 3a988b1Copy full SHA for 3a988b1
ui/src/workflow/nodes/ai-chat-node/index.vue
@@ -305,6 +305,7 @@ const openAIParamSettingDialog = (modelId: string) => {
305
if (modelId) {
306
AIModeParamSettingDialogRef.value?.open(modelId, id, chat_data.value.model_params_setting)
307
}
308
+ console.log(chat_data.value.model_params_setting)
309
310
311
function refreshParam(data: any) {
0 commit comments