@lobehub/chat 1.22.13 → 1.22.14
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.22.14](https://github.com/lobehub/lobe-chat/compare/v1.22.13...v1.22.14)
|
6
|
+
|
7
|
+
<sup>Released on **2024-10-20**</sup>
|
8
|
+
|
9
|
+
#### 💄 Styles
|
10
|
+
|
11
|
+
- **misc**: Update wenxin 4.0 turbo model to latest.
|
12
|
+
|
13
|
+
<br/>
|
14
|
+
|
15
|
+
<details>
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
17
|
+
|
18
|
+
#### Styles
|
19
|
+
|
20
|
+
- **misc**: Update wenxin 4.0 turbo model to latest, closes [#4428](https://github.com/lobehub/lobe-chat/issues/4428) ([3389fbb](https://github.com/lobehub/lobe-chat/commit/3389fbb))
|
21
|
+
|
22
|
+
</details>
|
23
|
+
|
24
|
+
<div align="right">
|
25
|
+
|
26
|
+
[](#readme-top)
|
27
|
+
|
28
|
+
</div>
|
29
|
+
|
5
30
|
### [Version 1.22.13](https://github.com/lobehub/lobe-chat/compare/v1.22.12...v1.22.13)
|
6
31
|
|
7
32
|
<sup>Released on **2024-10-20**</sup>
|
@@ -20,10 +20,8 @@ tags:
|
|
20
20
|
</div>
|
21
21
|
|
22
22
|
<Callout type="info">
|
23
|
-
本文已经假定你了解了 LobeChat 服务端数据库版本(下简称 DB
|
24
|
-
|
25
|
-
版的部署原理,请先查阅 [使用服务端数据库部署](https://lobehub.com/zh/docs/self-hosting/advanced/s3/tencent-cloud) 。
|
26
|
-
此外,针对国内的腾讯云储存桶用户,可查询[配置腾讯云 COS 存储服务](https://lobehub.com/zh/docs/self-hosting/advanced/s3/tencent-cloud)。
|
23
|
+
本文已经假定你了解了 LobeChat 服务端数据库版本(下简称 DB 版)的部署基本原理和流程,因此只包含核心环境变量配置的内容。如果你还不了解 LobeChat DB 版的部署原理,请先查阅 [使用服务端数据库部署](/zh/docs/self-hosting/server-database) 。
|
24
|
+
此外,针对国内的腾讯云储存桶用户,可查询[配置腾讯云 COS 存储服务](/zh/docs/self-hosting/advanced/s3/tencent-cloud)。
|
27
25
|
</Callout>
|
28
26
|
|
29
27
|
<Callout type="warning">
|
@@ -165,6 +163,7 @@ $ docker run -it -d --name lobe-chat-database -p 3210:3210 \
|
|
165
163
|
,将会走到自身容器的 `localhost`,此时请尝试用 `host.docker.internal` 替代 `localhost`
|
166
164
|
</Callout>
|
167
165
|
|
166
|
+
|
168
167
|
[docker-pulls-link]: https://hub.docker.com/r/lobehub/lobe-chat-database
|
169
168
|
[docker-pulls-shield]: https://img.shields.io/docker/pulls/lobehub/lobe-chat-database?color=45cc11&labelColor=black&style=flat-square
|
170
169
|
[docker-release-link]: https://hub.docker.com/r/lobehub/lobe-chat-database
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/chat",
|
3
|
-
"version": "1.22.
|
3
|
+
"version": "1.22.14",
|
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",
|
@@ -119,7 +119,7 @@
|
|
119
119
|
"@huggingface/inference": "^2.8.1",
|
120
120
|
"@icons-pack/react-simple-icons": "9.6.0",
|
121
121
|
"@khmyznikov/pwa-install": "^0.3.9",
|
122
|
-
"@langchain/community": "^0.
|
122
|
+
"@langchain/community": "^0.3.0",
|
123
123
|
"@lobehub/chat-plugin-sdk": "^1.32.4",
|
124
124
|
"@lobehub/chat-plugins-gateway": "^1.9.0",
|
125
125
|
"@lobehub/icons": "^1.35.4",
|
@@ -71,7 +71,7 @@ const BaiduWenxin: ModelProviderCard = {
|
|
71
71
|
'百度自研的旗舰级超大规模⼤语⾔模型,综合效果表现出色,广泛适用于各领域复杂任务场景;支持自动对接百度搜索插件,保障问答信息时效。相较于ERNIE 4.0在性能表现上更优秀',
|
72
72
|
displayName: 'ERNIE 4.0 Turbo 8K',
|
73
73
|
enabled: true,
|
74
|
-
id: 'ERNIE-4.0-Turbo-8K',
|
74
|
+
id: 'ERNIE-4.0-Turbo-8K-Latest',
|
75
75
|
pricing: {
|
76
76
|
currency: 'CNY',
|
77
77
|
input: 20,
|