Skip to content

Commit

Permalink
1.16.2: release
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jun 7, 2024
1 parent 94ef76c commit 0c15476
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ Or fork & run on Vercel
[//]: # (big-AGI is an open book; see the **[ready-to-ship and future ideas](https://github.com/users/enricoros/projects/4/views/2)** in our open roadmap)

### What's New in 1.16.1 · May 13, 2024 (minor release, models support)
### What's New in 1.16.2 · Jun 7, 2024 (minor release)

- Improve web downloads, as text, markdwon, or HTML
- Proper support for Gemini models
- Added the latest Mistral model
- Tokenizer support for gpt-4o
- Updates to Beam

### What's New in 1.16.1 · May 13, 2024 (minor release)

- Support for the new OpenAI GPT-4o 2024-05-13 model

Expand Down
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ by release.
- milestone: [1.17.0](https://github.com/enricoros/big-agi/milestone/17)
- work in progress: [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2), [help here](https://github.com/users/enricoros/projects/4/views/4)

### What's New in 1.16.1 · May 13, 2024 (minor release, models support)
### What's New in 1.16.2 · Jun 7, 2024 (minor release)

- Improve web downloads, as text, markdwon, or HTML

This comment has been minimized.

Copy link
@keithclift24

keithclift24 Jun 15, 2024

typo

- Proper support for Gemini models
- Added the latest Mistral model
- Tokenizer support for gpt-4o
- Updates to Beam

### What's New in 1.16.1 · May 13, 2024 (minor release)

- Support for the new OpenAI GPT-4o 2024-05-13 model

Expand Down
6 changes: 4 additions & 2 deletions src/apps/news/news.data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ export const NewsItems: NewsItem[] = [
]
}*/
{
versionCode: '1.16.1',
versionCode: '1.16.2',
versionName: 'Crystal Clear',
versionDate: new Date('2024-05-13T19:00:00Z'),
versionDate: new Date('2024-06-07T05:00:00Z'),
// versionDate: new Date('2024-05-13T19:00:00Z'),
// versionDate: new Date('2024-05-09T00:00:00Z'),
versionCoverImage: coverV116,
items: [
Expand All @@ -77,6 +78,7 @@ export const NewsItems: NewsItem[] = [
{ text: <>Updated <B>Anthropic</B>*, <B>Groq</B>, <B>Ollama</B>, <B>OpenAI</B>*, <B>OpenRouter</B>*, and <B>Perplexity</B></> },
{ text: <>Developers: update LLMs data structures</>, dev: true },
{ text: <>1.16.1: Support for <B>OpenAI</B> <B href='https://openai.com/index/hello-gpt-4o/'>GPT-4o</B> (refresh your OpenAI models)</> },
{ text: <>1.16.2: Proper <B>Gemini</B> support, <B>HTML/Markdown</B> downloads, and latest <B>Mistral</B></> },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/apps/news/news.version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useAppStateStore } from '~/common/state/store-appstate';


// update this variable every time you want to broadcast a new version to clients
export const incrementalNewsVersion: number = 16.1;
export const incrementalNewsVersion: number = 16.1; // not notifying for 16.2


interface NewsState {
Expand Down

0 comments on commit 0c15476

Please sign in to comment.