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;
|
let files;
|
||||||
|
|
||||||
// Orkestrointi: pilko entiteetti kerrallaan pienille malleille
|
// 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ä)...`);
|
console.log(` [3/5] Koodigenerointi (orkestroitu, ${spec.entities.length} entiteettiä)...`);
|
||||||
files = {};
|
files = {};
|
||||||
let cumulativeCode = '';
|
let cumulativeCode = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user