mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
1.16.0: News
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 248 KiB |
@@ -111,7 +111,7 @@ export function AppNews() {
|
||||
return <React.Fragment key={idx}>
|
||||
|
||||
{/* Inject the Beam item here*/}
|
||||
{idx === 0 && (
|
||||
{idx === 2 && (
|
||||
<Box sx={{ mb: 3 }}>
|
||||
{beamNewsCallout}
|
||||
</Box>
|
||||
@@ -191,7 +191,7 @@ export function AppNews() {
|
||||
onClick={() => setLastNewsIdx(index => index + NEWS_LOAD_STEP)}
|
||||
endDecorator={<ExpandMoreIcon />}
|
||||
>
|
||||
Load Previous News
|
||||
Previous News
|
||||
</Button>
|
||||
)}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ export const beamNewsCallout =
|
||||
<Card variant='solid' invertedColors>
|
||||
<CardContent sx={{ gap: 2 }}>
|
||||
<Typography level='title-lg'>
|
||||
Beam - just launched in 1.15
|
||||
Beam - launched in 1.15
|
||||
</Typography>
|
||||
<Typography level='body-sm'>
|
||||
Beam is a world-first, multi-model AI chat modality that accelerates the discovery of superior solutions by leveraging the collective strengths of diverse LLMs.
|
||||
|
||||
@@ -17,8 +17,12 @@ import { Link } from '~/common/components/Link';
|
||||
import { clientUtmSource } from '~/common/util/pwaUtils';
|
||||
import { platformAwareKeystrokes } from '~/common/components/KeyStroke';
|
||||
|
||||
import { beamBlogUrl } from './beam.data';
|
||||
|
||||
|
||||
// Cover Images
|
||||
// A landscape image of a capybara made entirely of clear, translucent crystal, wearing oversized black sunglasses, sitting at a sleek, minimalist desk. The desk is bathed in a soft, ethereal light emanating from within the capybara, symbolizing clarity and transparency. The capybara is typing on a futuristic, holographic keyboard, with floating code snippets and diagrams surrounding it, illustrating an improved developer experience and Auto-Diagrams feature. The background is a clean, white space with subtle, geometric patterns. Close-up photography style with a bokeh effect.
|
||||
import coverV116 from '../../../public/images/covers/release-cover-v1.16.0.png';
|
||||
// (not exactly) Imagine a futuristic, holographically bounded space. Inside this space, four capybaras stand. Three of them are in various stages of materialization, their forms made up of thousands of tiny, vibrant particles of electric blues, purples, and greens. These particles represent the merging of different intelligent inputs, symbolizing the concept of 'Beaming'. Positioned slightly towards the center and ahead of the others, the fourth capybara is fully materialized and composed of shimmering golden cotton candy, representing the optimal solution the 'Beam' feature seeks to achieve. The golden capybara gazes forward confidently, embodying a target achieved. Illuminated grid lines softly glow on the floor and walls of the setting, amplifying the futuristic aspect. In front of the golden capybara, floating, holographic interfaces depict complex networks of points and lines symbolizing the solution space 'Beaming' explores. The capybara interacts with these interfaces, implying the user's ability to control and navigate towards the best outcomes.
|
||||
import coverV115 from '../../../public/images/covers/release-cover-v1.15.0.png';
|
||||
// An image of a capybara sculpted entirely from iridescent blue cotton candy, gazing into a holographic galaxy of floating AI model icons (representing various AI models like Perplexity, Groq, etc.). The capybara is wearing a lightweight, futuristic headset, and its paws are gesturing as if orchestrating the movement of the models in the galaxy. The backdrop is minimalist, with occasional bursts of neon light beams, creating a sense of depth and wonder. Close-up photography, bokeh effect, with a dark but vibrant background to make the colors pop.
|
||||
@@ -27,7 +31,6 @@ import coverV114 from '../../../public/images/covers/release-cover-v1.14.0.png';
|
||||
import coverV113 from '../../../public/images/covers/release-cover-v1.13.0.png';
|
||||
// An image of a capybara sculpted entirely from black cotton candy, set against a minimalist backdrop with splashes of bright, contrasting sparkles. The capybara is calling on a 3D origami old-school pink telephone and the camera is zooming on the telephone. Close up photography, bokeh, white background.
|
||||
import coverV112 from '../../../public/images/covers/release-cover-v1.12.0.png';
|
||||
import { beamBlogUrl } from './beam.data';
|
||||
|
||||
|
||||
interface NewsItem {
|
||||
@@ -56,6 +59,23 @@ export const NewsItems: NewsItem[] = [
|
||||
Screen Capture (when removed from labs)
|
||||
]
|
||||
}*/
|
||||
{
|
||||
versionCode: '1.16.0',
|
||||
versionName: 'Crystal Clear',
|
||||
versionDate: new Date('2024-05-09T00:00:00Z'),
|
||||
versionCoverImage: coverV116,
|
||||
items: [
|
||||
{ text: <><B href={beamBlogUrl} wow>Beam</B> core and UX improvements based on user feedback</>, issue: 470, icon: ChatBeamIcon },
|
||||
{ text: <>Chat <B>cost estimation</B>, enable in labs 💰</> },
|
||||
{ text: <>Major <B>Auto-Diagrams</B> enhancements</> },
|
||||
{ text: <>Save/load chat files with Ctrl+S / O</>, issue: 466 },
|
||||
{ text: <><B issue={500}>YouTube Transcriber</B> persona: chat with videos</>, issue: 500 },
|
||||
{ text: <>Improved <B issue={508}>formula render</B>, dark-mode diagrams</>, issue: 508 },
|
||||
{ text: <>More: <B issue={517}>code soft-wrap</B>, selection toolbar, <B issue={507}>3x faster</B> on Apple silicon</>, issue: 507 },
|
||||
{ text: <>Update <B>Anthropic</B>, <B>Groq</B>, <B>Ollama</B>, <B>OpenAI</B>, <B>OpenRouter</B>, <B>Perplexity</B> models</> },
|
||||
{ text: <>Developers: update LLMs data structures</>, dev: true },
|
||||
],
|
||||
},
|
||||
{
|
||||
versionCode: '1.15.1',
|
||||
versionName: 'Beam',
|
||||
|
||||
Reference in New Issue
Block a user