mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: renames
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -48,7 +48,7 @@ export const NewsItems: NewsItem[] = [
|
||||
/*{
|
||||
versionCode: '1.15.0',
|
||||
items: [
|
||||
Best-Of (Beam)
|
||||
Beam
|
||||
Draw
|
||||
...
|
||||
Screen Capture (when removed from labs)
|
||||
|
||||
Reference in New Issue
Block a user