CodeBench: orkestrointi kaikille malleille ja kielille kun >1 entiteetti
Aiemmin vain small+python. Nyt kaikki multi-entity skenaariot pilkotaan entiteetti kerrallaan — myös Rust ja large-mallit. Author toimii jo, Article inkrementaalisena lisäyksenä helpompi.
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user