diff --git a/kipina-codebench/benchmark.mjs b/kipina-codebench/benchmark.mjs index 7f905e2..31bdff8 100644 --- a/kipina-codebench/benchmark.mjs +++ b/kipina-codebench/benchmark.mjs @@ -337,7 +337,7 @@ async function runPipeline(model, scenario) { let files; // Orkestrointi: pilko entiteetti kerrallaan pienille malleille - if (profile === 'small' && spec.entities.length > 1 && LANG === 'python') { + if (spec.entities.length > 1) { console.log(` [3/5] Koodigenerointi (orkestroitu, ${spec.entities.length} entiteettiƤ)...`); files = {}; let cumulativeCode = '';