メインコンテンツまでスキップ

Variable: GENERATION_PARAMETER_BOUNDS

const GENERATION_PARAMETER_BOUNDS: readonly [{ id: "maxTokens"; max: 200000; min: 1; step: 1; }, { id: "temperature"; max: 2; min: 0; step: 0.01; }, { id: "topP"; max: 1; min: 0; step: 0.01; }, { id: "topK"; max: 100000; min: 0; step: 1; }, { id: "minP"; max: 1; min: 0; step: 0.01; }, { id: "topA"; max: 1; min: 0; step: 0.01; }, { id: "repetitionPenalty"; max: 2; min: 0; step: 0.01; }, { id: "frequencyPenalty"; max: 2; min: -2; step: 0.01; }, { id: "presencePenalty"; max: 2; min: -2; step: 0.01; }, { id: "seed"; max: 2147483647; min: -1; step: 1; }]

Defined in: packages/contracts/src/provider.ts:225