diff --git a/llm_team_ui.py b/llm_team_ui.py index c8dbeec..cd9c942 100644 --- a/llm_team_ui.py +++ b/llm_team_ui.py @@ -3157,7 +3157,7 @@ let availableModels = []; let currentMode = 'brainstorm'; const modelSets = {}; -const ML_IDS = ['ml-brainstorm','ml-validator','ml-roundrobin','ml-consensus','ml-ladder','ml-tournament','ml-evolution','ml-blindassembly','ml-mesh','ml-hallucination','ml-research','ml-eval','ml-refine']; +const ML_IDS = ['ml-brainstorm','ml-validator','ml-roundrobin','ml-consensus','ml-ladder','ml-tournament','ml-evolution','ml-blindassembly','ml-mesh','ml-hallucination','ml-research','ml-eval','ml-refine','ml-adaptive']; const MODE_DESCS = { brainstorm: 'All models answer in parallel, then one synthesizes the best parts.', @@ -3736,6 +3736,7 @@ function populateAllSelects() { 'staircase-challenger','drift-target','drift-analyzer','mesh-synthesizer','halluc-answerer', 'timeloop-answerer','timeloop-chaos', 'research-scout','research-checker','research-synth', + 'adaptive-synthesizer', 'eval-judge','extract-model','extract-verifier','refine-orchestrator']; ids.forEach(id => { const el = document.getElementById(id);