@lobehub/chat 1.10.0 → 1.10.1
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 +17 -0
- package/Dockerfile +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
### [Version 1.10.1](https://github.com/lobehub/lobe-chat/compare/v1.10.0...v1.10.1)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2024-08-14**</sup>
|
|
8
|
+
|
|
9
|
+
<br/>
|
|
10
|
+
|
|
11
|
+
<details>
|
|
12
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
13
|
+
|
|
14
|
+
</details>
|
|
15
|
+
|
|
16
|
+
<div align="right">
|
|
17
|
+
|
|
18
|
+
[](#readme-top)
|
|
19
|
+
|
|
20
|
+
</div>
|
|
21
|
+
|
|
5
22
|
## [Version 1.10.0](https://github.com/lobehub/lobe-chat/compare/v1.9.8...v1.10.0)
|
|
6
23
|
|
|
7
24
|
<sup>Released on **2024-08-14**</sup>
|
package/Dockerfile
CHANGED
|
@@ -8,9 +8,9 @@ RUN \
|
|
|
8
8
|
if [ "${USE_CN_MIRROR:-false}" = "true" ]; then \
|
|
9
9
|
sed -i "s/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g" "/etc/apk/repositories"; \
|
|
10
10
|
fi \
|
|
11
|
-
# Add
|
|
11
|
+
# Add required package & update base package
|
|
12
12
|
&& apk update \
|
|
13
|
-
&& apk add --no-cache proxychains-ng \
|
|
13
|
+
&& apk add --no-cache bind-tools proxychains-ng \
|
|
14
14
|
&& apk upgrade --no-cache \
|
|
15
15
|
# Add user nextjs to run the app
|
|
16
16
|
&& addgroup --system --gid 1001 nodejs \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/chat",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.1",
|
|
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",
|