mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: starring selects
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -178,6 +178,7 @@ export function BeamRay(props: {
|
||||
const [llmOrNull, llmComponent, llmVendorIcon] = useLLMSelect(llmId, setLlmId, {
|
||||
label: '',
|
||||
disabled: isScattering,
|
||||
showStarFilter: true,
|
||||
});
|
||||
|
||||
// more derived
|
||||
|
||||
Reference in New Issue
Block a user