@lobehub/chat 1.24.1 → 1.24.2

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.24.2](https://github.com/lobehub/lobe-chat/compare/v1.24.1...v1.24.2)
6
+
7
+ <sup>Released on **2024-10-26**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update Google Model list, add `gemini-1.5-flash-8b`.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update Google Model list, add `gemini-1.5-flash-8b`, closes [#4495](https://github.com/lobehub/lobe-chat/issues/4495) ([499c479](https://github.com/lobehub/lobe-chat/commit/499c479))
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.24.1](https://github.com/lobehub/lobe-chat/compare/v1.24.0...v1.24.1)
6
31
 
7
32
  <sup>Released on **2024-10-25**</sup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.24.1",
3
+ "version": "1.24.2",
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",
@@ -64,7 +64,22 @@ const Google: ModelProviderCard = {
64
64
  tokens: 1_000_000 + 8192,
65
65
  vision: true,
66
66
  },
67
-
67
+ {
68
+ description: 'Gemini 1.5 Flash 8B 是一款高效的多模态模型,支持广泛应用的扩展。',
69
+ displayName: 'Gemini 1.5 Flash 8B',
70
+ enabled: true,
71
+ functionCall: true,
72
+ id: 'gemini-1.5-flash-8b',
73
+ maxOutput: 8192,
74
+ pricing: {
75
+ cachedInput: 0.02,
76
+ input: 0.075,
77
+ output: 0.3,
78
+ },
79
+ releasedAt: '2024-10-03',
80
+ tokens: 1_000_000 + 8192,
81
+ vision: true,
82
+ },
68
83
  {
69
84
  description:
70
85
  'Gemini 1.5 Flash 8B 0924 是最新的实验性模型,在文本和多模态用例中都有显著的性能提升。',