Beam: renames

This commit is contained in:
Enrico Ros
2024-03-09 17:39:36 -08:00
parent a70ac57872
commit b97499a95e
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -557,7 +557,6 @@ export function AppChat() {
</ScrollToBottom>
{/* Best-Of Mode */}
{!!_paneChatHandler && (
<BeamView
key={`beam-${_paneConversationId}` /* used to invalidate state when switching chats */}
@@ -566,7 +565,7 @@ export function AppChat() {
sx={{
overflowY: 'auto',
backgroundColor: 'background.level1',
// bgcolor: `rgba(${theme.vars.palette.neutral.lightChannel} / 0.9)`,
// backgroundColor: `rgba(${theme.vars.palette.neutral.lightChannel} / 0.9)`,
// backdropFilter: 'blur(6px)',
position: 'absolute',
inset: 0,
@@ -33,7 +33,7 @@ const ChatModeItems: { [key in ChatModeId]: ChatModeDescription } = {
requiresTTI: true,
},
'generate-text-beam': {
label: 'Best of', // Best of, Auto-Prime, Top Pick, Select Best
label: 'Beam', // Best of, Auto-Prime, Top Pick, Select Best
description: 'Smarter: combine multiple models',
},
'generate-react': {
@@ -481,7 +481,7 @@ export function Composer(props: {
const buttonText =
isAppend ? 'Write'
: isReAct ? 'ReAct'
: isTextBeam ? 'Best-Of'
: isTextBeam ? 'Beam'
: isDraw ? 'Draw'
: 'Chat';
@@ -603,7 +603,7 @@ export function ChatMessage(props: {
<KeyStroke combo='Ctrl + Shift + R' />
</Box>}
{labsChatBeam && (
<Tooltip title={messageTyping ? null : 'Best-Of'}>
<Tooltip title={messageTyping ? null : 'Beam'}>
<IconButton
size='sm'
variant='outlined' color='primary'
+1 -1
View File
@@ -48,7 +48,7 @@ export const NewsItems: NewsItem[] = [
/*{
versionCode: '1.15.0',
items: [
Best-Of (Beam)
Beam
Draw
...
Screen Capture (when removed from labs)