feat: Add DeepSeek Chat Model node (#12873)

This commit is contained in:
oleg
2025-01-28 16:43:50 +01:00
committed by GitHub
parent d5062189db
commit 9918afa51b
6 changed files with 306 additions and 1 deletions

View File

@@ -258,7 +258,7 @@ export class LmChatOpenAi implements INodeType {
displayName: 'Sampling Temperature',
name: 'temperature',
default: 0.7,
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
typeOptions: { maxValue: 2, minValue: 0, numberPrecision: 1 },
description:
'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
type: 'number',