mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: o1 model cannot run in simpleApp (#2873)
This commit is contained in:
@@ -171,7 +171,7 @@ export function form2AppWorkflow(
|
|||||||
debugLabel: i18nT('common:core.module.Dataset quote.label'),
|
debugLabel: i18nT('common:core.module.Dataset quote.label'),
|
||||||
description: '',
|
description: '',
|
||||||
valueType: WorkflowIOValueTypeEnum.datasetQuote,
|
valueType: WorkflowIOValueTypeEnum.datasetQuote,
|
||||||
value: selectedDatasets ? [datasetNodeId, 'quoteQA'] : undefined
|
value: selectedDatasets?.length > 0 ? [datasetNodeId, 'quoteQA'] : undefined
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: NodeInputKeyEnum.aiChatVision,
|
key: NodeInputKeyEnum.aiChatVision,
|
||||||
|
Reference in New Issue
Block a user