mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Beam: minor bits
This commit is contained in:
@@ -118,7 +118,7 @@ export class ConversationHandler {
|
||||
}
|
||||
|
||||
// close beam
|
||||
this.beamStore.getState().terminate();
|
||||
beamTerminate();
|
||||
};
|
||||
|
||||
beamOpen(viewHistory, useModelsStore.getState().chatLLMId, onBeamSuccess);
|
||||
|
||||
@@ -145,7 +145,7 @@ export function BeamFusionGrid(props: {
|
||||
</Typography>
|
||||
|
||||
</Box> : (
|
||||
<Typography level='body-sm'>
|
||||
<Typography level='body-sm' sx={{ opacity: 0.8 }}>
|
||||
{/*You need two or more replies for a {currentFactory?.shortLabel?.toLocaleLowerCase() ?? ''} merge.*/}
|
||||
Waiting for multiple Beams.
|
||||
</Typography>
|
||||
|
||||
@@ -115,7 +115,7 @@ export function BeamGatherPane(props: {
|
||||
</Typography>
|
||||
<Typography level='body-sm' sx={{ whiteSpace: 'nowrap' }}>
|
||||
{/* may merge or not (hasInputs) N replies.. put this in pretty messages */}
|
||||
{props.canGather ? `Combine the ${props.raysReady} replies` : /*'Fuse all replies'*/ 'Combine replies'}
|
||||
{props.canGather ? `Combine the ${props.raysReady} replies` : /*'Fuse all replies'*/ ''}
|
||||
</Typography>
|
||||
</div>
|
||||
<ScrollToBottomButton inline />
|
||||
|
||||
@@ -169,7 +169,7 @@ export function BeamScatterDropdown(props: {
|
||||
|
||||
<MenuItem onClick={toggleGatherShowPrompts}>
|
||||
<ListItemDecorator>{gatherShowPrompts && <CheckRoundedIcon />}</ListItemDecorator>
|
||||
Detailed Custom Merges
|
||||
Detailed Custom Merge
|
||||
</MenuItem>
|
||||
|
||||
<ListDivider inset='gutter' />
|
||||
|
||||
Reference in New Issue
Block a user