fix: enhance model parameter handling with advanced mode support and localization updates (#25963)

This commit is contained in:
Wu Tianwei
2025-09-19 15:47:52 +08:00
committed by GitHub
parent bad59c95bc
commit 87394d2512
9 changed files with 39 additions and 44 deletions

View File

@@ -78,6 +78,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
model.provider,
model.modelId,
inputs.model.completion_params,
true,
)
const keys = Object.keys(removedDetails)
if (keys.length)