Beam: starring selects

This commit is contained in:
Enrico Ros
2025-11-19 12:01:33 -08:00
parent 8a2c4aa356
commit 0c5c786ae3
3 changed files with 3 additions and 0 deletions
@@ -86,6 +86,7 @@ export function BeamGatherPane(props: {
const [llmOrNull, gatherLlmComponent/*, gatherLlmIcon*/] = useLLMSelect(currentGatherLlmId, setCurrentGatherLlmId, {
label: props.isMobile ? '' : 'Merge Model',
disabled: disableUnlessAutoStart,
showStarFilter: true,
});
// derived state
+1
View File
@@ -59,6 +59,7 @@ export function Fusion(props: {
const [llmOrNull, llmComponent, llmVendorIcon] = useLLMSelect(llmId, setLlmId, {
label: '',
disabled: isFusing,
showStarFilter: true,
});
// hide selector when fusion starts
+1
View File
@@ -178,6 +178,7 @@ export function BeamRay(props: {
const [llmOrNull, llmComponent, llmVendorIcon] = useLLMSelect(llmId, setLlmId, {
label: '',
disabled: isScattering,
showStarFilter: true,
});
// more derived