diff --git a/README.md b/README.md index d597f8ce0..7c0a10cb8 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ Or fork & run on Vercel ### Quick links: ๐Ÿ‘‰ [roadmap](https://github.com/users/enricoros/projects/4/views/2) ๐Ÿ‘‰ [installation](docs/installation.md) ๐Ÿ‘‰ [documentation](docs/README.md) -[//]: # (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...1.16.7 ยท Aug 7, 2024 (patch releases) +### What's New in 1.16.1...1.16.8 ยท Sep 13, 2024 (patch releases) +- 1.16.8: OpenAI ChatGPT-4o Latest (o1-preview and o1-mini are supported in Big-AGI 2) - 1.16.7: OpenAI support for GPT-4o 2024-08-06 - 1.16.6: Groq support for Llama 3.1 models - 1.16.5: GPT-4o Mini support diff --git a/docs/changelog.md b/docs/changelog.md index 40723688b..28c4b1f9a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,8 +10,9 @@ 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...1.16.7 ยท Aug 7, 2024 (patch releases) +### What's New in 1.16.1...1.16.8 ยท Sep 13, 2024 (patch releases) +- 1.16.8: OpenAI ChatGPT-4o Latest (o1-preview and o1-mini are supported in Big-AGI 2) - 1.16.7: OpenAI support for GPT-4o 2024-08-06 - 1.16.6: Groq support for Llama 3.1 models - 1.16.5: GPT-4o Mini support diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index ff3e0b957..62f0932ed 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -61,7 +61,7 @@ export const NewsItems: NewsItem[] = [ ] }*/ { - versionCode: '1.16.7', + versionCode: '1.16.8', versionName: 'Crystal Clear', versionDate: new Date('2024-06-07T05:00:00Z'), // versionDate: new Date('2024-05-13T19:00:00Z'), @@ -83,7 +83,9 @@ export const NewsItems: NewsItem[] = [ { text: <>1.16.4: 8192 tokens support for Claude 3.5 Sonnet }, { text: <>1.16.5: OpenAI GPT-4o Mini support }, { text: <>1.16.6: Groq Llama 3.1 support }, - { text: <>1.16.7: Gpt-4o 2024-08-06 }, + { text: <>1.16.7: Gpt-4o 2024-08-06 }, + { text: <>1.16.8: ChatGPT-4o latest }, + { text: <>OpenAI o1 and newer models require Big-AGI 2. Sign up here }, ], }, { diff --git a/src/apps/news/news.version.tsx b/src/apps/news/news.version.tsx index d2d3ad3aa..7b03ed020 100644 --- a/src/apps/news/news.version.tsx +++ b/src/apps/news/news.version.tsx @@ -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; // not notifying for 1.16.7 +export const incrementalNewsVersion: number = 16.1; // not notifying for 1.16.8 interface NewsState {