Beam: minor bits

This commit is contained in:
Enrico Ros
2024-04-21 22:28:36 -07:00
parent 2cfac2f18b
commit a0bb515a4f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export class ConversationHandler {
}
// close beam
this.beamStore.getState().terminate();
beamTerminate();
};
beamOpen(viewHistory, useModelsStore.getState().chatLLMId, onBeamSuccess);
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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' />