From 1caeaee7f066ffc43efeca04ea676de60b48b194 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 9 May 2024 01:00:53 -0700 Subject: [PATCH] 1.16.0: update News --- src/apps/news/news.data.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 1c0903625..3e8c37bca 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -66,13 +66,13 @@ export const NewsItems: NewsItem[] = [ versionCoverImage: coverV116, items: [ { text: <>Beam core and UX improvements based on user feedback, issue: 470, icon: ChatBeamIcon }, - { text: <>Chat cost estimation, enable in labs 💰 }, + { text: <>Chat Cost estimation with supported models* 💰 }, { text: <>Major Auto-Diagrams enhancements }, { text: <>Save/load chat files with Ctrl+S / O, issue: 466 }, { text: <>YouTube Transcriber persona: chat with videos, issue: 500 }, { text: <>Improved formula render, dark-mode diagrams, issue: 508 }, { text: <>More: code soft-wrap, selection toolbar, 3x faster on Apple silicon, issue: 507 }, - { text: <>Updated Anthropic, Groq, Ollama, OpenAI, OpenRouter, Perplexity models }, + { text: <>Updated Anthropic*, Groq, Ollama, OpenAI*, OpenRouter*, and Perplexity }, { text: <>Developers: update LLMs data structures, dev: true }, ], },