Skip to content

Commit

Permalink
1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Apr 10, 2024
1 parent 3bf9923 commit 7bf552c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,8 @@ Or fork & run on Vercel

- Support for the newly released Gemini Pro 1.5 models
- Support for the new OpenAI 2024-04-09 Turbo models
- Desktop: Ctrl + S, Ctrl + O to load/save chats
- Ctrl+S and Ctrl+O to save/load chats on desktop
- Resilience fixes after the large success of 1.15.0

> Note: Beam-2 and new larger features are being cooked outside of `main`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "big-agi",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"author": "Enrico Ros <enrico.ros@gmail.com>",
"repository": "https://github.com/enricoros/big-agi",
Expand Down
9 changes: 5 additions & 4 deletions src/apps/news/news.data.tsx
Expand Up @@ -27,7 +27,7 @@ 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, beamReleaseDate } from './beam.data';
import { beamBlogUrl } from './beam.data';


interface NewsItem {
Expand Down Expand Up @@ -57,18 +57,19 @@ export const NewsItems: NewsItem[] = [
]
}*/
{
versionCode: '1.15.0',
versionCode: '1.15.1',
versionName: 'Beam',
versionDate: new Date(beamReleaseDate),
versionDate: new Date('2024-04-10T08:00:00Z'),
versionCoverImage: coverV115,
items: [
{ text: <><B href={beamBlogUrl} wow>Beam</B>: Find better answers with multi-model AI reasoning</>, issue: 443, icon: ChatBeamIcon },
{ text: <><B>Explore diverse perspectives</B> and <B>synthesize optimal responses</B></>, noBullet: true },
// { text: <><B>Explore diverse perspectives</B> and <B>synthesize optimal responses</B></>, noBullet: true },
{ text: <><B issue={436}>Auto-configure</B> models for managed deployments</>, issue: 436 },
{ text: <>Message <B issue={476}>starring ⭐</B>, filtering and attachment</>, issue: 476 },
{ text: <>Default persona improvements</> },
{ text: <>Fixes to Gemini models and SVGs, improvements to UI and icons, and more</> },
{ text: <>Developers: imperative LLM models discovery</>, dev: true },
{ text: <>1.15.1: Support for <B>Gemini Pro 1.5</B> and <B>OpenAI 2024-04-09</B> models</> },
],
},
{
Expand Down

0 comments on commit 7bf552c

Please sign in to comment.