From ab6d17c257f4bf2dc4f9a4a8952ef6f4875158d8 Mon Sep 17 00:00:00 2001 From: Zhijie He Date: Sun, 29 Dec 2024 14:55:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fix=20custom=20max=5F?= =?UTF-8?q?token=20not=20saved=20from=20customModelCards=20(#5226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../llm/components/ProviderModelList/ModelConfigModal/Form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/settings/llm/components/ProviderModelList/ModelConfigModal/Form.tsx b/src/app/(main)/settings/llm/components/ProviderModelList/ModelConfigModal/Form.tsx index 0cb2c3ad3a04..6f3b7a1f7772 100644 --- a/src/app/(main)/settings/llm/components/ProviderModelList/ModelConfigModal/Form.tsx +++ b/src/app/(main)/settings/llm/components/ProviderModelList/ModelConfigModal/Form.tsx @@ -66,7 +66,7 @@ const ModelConfigForm = memo( > - + Date: Sun, 29 Dec 2024 07:04:00 +0000 Subject: [PATCH 2/3] :bookmark: chore(release): v1.42.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.42.1](https://github.com/lobehub/lobe-chat/compare/v1.42.0...v1.42.1) Released on **2024-12-29** #### 🐛 Bug Fixes - **misc**: Fix custom max_token not saved from customModelCards.
Improvements and Fixes #### What's fixed * **misc**: Fix custom max_token not saved from customModelCards, closes [#5226](https://github.com/lobehub/lobe-chat/issues/5226) ([ab6d17c](https://github.com/lobehub/lobe-chat/commit/ab6d17c))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be960b94938..959b3fcee60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.42.1](https://github.com/lobehub/lobe-chat/compare/v1.42.0...v1.42.1) + +Released on **2024-12-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix custom max_token not saved from customModelCards. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix custom max_token not saved from customModelCards, closes [#5226](https://github.com/lobehub/lobe-chat/issues/5226) ([ab6d17c](https://github.com/lobehub/lobe-chat/commit/ab6d17c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.42.0](https://github.com/lobehub/lobe-chat/compare/v1.41.0...v1.42.0) Released on **2024-12-29** diff --git a/package.json b/package.json index 69090d2f6700..fdc6d1329350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.42.0", + "version": "1.42.1", "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.", "keywords": [ "framework", From 53a226c8acded5b87b78ca85e26bb979906a1bcc Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Sun, 29 Dec 2024 07:04:56 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20a?= =?UTF-8?q?gents=20&=20plugin=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/v1.json b/changelog/v1.json index 862846e03600..a3992b5d56f5 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,11 @@ [ + { + "children": { + "fixes": ["Fix custom max_token not saved from customModelCards."] + }, + "date": "2024-12-29", + "version": "1.42.1" + }, { "children": { "features": ["Add custom stream handle support for LobeOpenAICompatibleFactory."]