Agent-mode UI: remove hybrid compute option, add clickable sheet links in review queue.
This commit is contained in:
+3
-2
@@ -126,8 +126,6 @@
|
||||
<label>⚙️ Compute <span class="opt">(text stages; vision always runs on the API)</span></label>
|
||||
<label style="display:block;font-weight:400;margin-top:6px">
|
||||
<input type="radio" name="compute" value="openrouter" checked> OpenRouter — all stages (fastest, paid)</label>
|
||||
<label style="display:block;font-weight:400;margin-top:6px">
|
||||
<input type="radio" name="compute" value="local"> Hybrid — text stages on local LLM (cheaper, slower)</label>
|
||||
<div id="modelPick" style="margin-top:10px">
|
||||
<div class="field">
|
||||
<span>Vision model <span class="opt">(image stages)</span> <span class="opt" id="modelNote">loading...</span></span>
|
||||
@@ -544,6 +542,9 @@ function reviewItemHtml(item,uid,prev){
|
||||
esc(e.source_text)+'"</div>').join('')+'</div>';
|
||||
}
|
||||
}
|
||||
if((p.sheets||[]).length){
|
||||
html+='<div class="meta">Sheets: '+sheetList(p.sheets)+'</div>';
|
||||
}
|
||||
if((item.reasons||[]).length){
|
||||
html+='<div class="meta">Review triggers: '+esc(item.reasons.join(', '))+'</div>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user