@lobehub/chat 1.19.29 → 1.19.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.19.30](https://github.com/lobehub/lobe-chat/compare/v1.19.29...v1.19.30)
6
+
7
+ <sup>Released on **2024-09-24**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Disable taichu2.0 functioncall & default disable taichu2.0v model.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Disable taichu2.0 functioncall & default disable taichu2.0v model, closes [#4117](https://github.com/lobehub/lobe-chat/issues/4117) ([00da53b](https://github.com/lobehub/lobe-chat/commit/00da53b))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ### [Version 1.19.29](https://github.com/lobehub/lobe-chat/compare/v1.19.28...v1.19.29)
6
31
 
7
32
  <sup>Released on **2024-09-24**</sup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.19.29",
3
+ "version": "1.19.30",
4
4
  "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.",
5
5
  "keywords": [
6
6
  "framework",
@@ -8,7 +8,7 @@ const Taichu: ModelProviderCard = {
8
8
  'Taichu 2.0 基于海量高质数据训练,具有更强的文本理解、内容创作、对话问答等能力',
9
9
  displayName: 'Taichu 2.0',
10
10
  enabled: true,
11
- functionCall: true,
11
+ functionCall: false,
12
12
  id: 'taichu_llm',
13
13
  tokens: 32_768,
14
14
  },
@@ -16,7 +16,6 @@ const Taichu: ModelProviderCard = {
16
16
  description:
17
17
  'Taichu 2.0V 融合了图像理解、知识迁移、逻辑归因等能力,在图文问答领域表现突出',
18
18
  displayName: 'Taichu 2.0V',
19
- enabled: true,
20
19
  id: 'taichu_vqa',
21
20
  tokens: 4096,
22
21
  vision: true,