mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: always show model selector for Custom fusion
This commit is contained in:
@@ -145,7 +145,7 @@ export function Fusion(props: {
|
||||
isInterrupted={isStopped}
|
||||
isMobile={props.isMobile}
|
||||
isUsable={isUsable}
|
||||
llmComponent={(isFusing || !showLlmSelector) ? undefined : llmComponent}
|
||||
llmComponent={(isFusing || (!isEditable && !showLlmSelector)) ? undefined : llmComponent}
|
||||
llmLabel={llmLabel}
|
||||
llmVendorIcon={llmVendorIcon}
|
||||
fusionAvatarTooltip={fusionAvatarTooltip}
|
||||
|
||||
Reference in New Issue
Block a user