mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-10 01:08:08 +08:00
fix: adapt systemTool (#6817)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: 'V4.14.14'
|
||||
description: 'FastGPT V4.14.14 Release Notes'
|
||||
---
|
||||
|
||||
## Upgrade Guide
|
||||
|
||||
### 1. Update image tags
|
||||
|
||||
- Update fastgpt-app (FastGPT main service) image tag to: v4.14.14
|
||||
- Update fastgpt-pro (FastGPT commercial) image tag to: v4.14.14
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
|
||||
|
||||
## ⚙️ Optimizations
|
||||
|
||||
1. Personal WeChat publishing channel: optimized polling strategy by decoupling pull from reply, preventing blocking under high message volume.
|
||||
2. Added environment variable `WECHAT_CHANNEL_CONCURRENCY` (default 1000) to control the WeChat channel poll worker concurrency. Recommended to set ≥ peak online channel count.
|
||||
3. Improved internal network address detection.
|
||||
4. Added compatibility for DeepSeek tool calling combined with thinking mode to avoid 400 errors from the API.
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 'V4.14.14'
|
||||
description: 'FastGPT V4.14.14 Release Notes'
|
||||
---
|
||||
|
||||
## Upgrade Guide
|
||||
|
||||
### 1. Update image tags
|
||||
|
||||
- Update fastgpt-app (FastGPT main service) image tag to: v4.14.15
|
||||
- Update fastgpt-pro (FastGPT commercial) image tag to: v4.14.15
|
||||
|
||||
## 🐛 Bug Fixes
|
||||
|
||||
1. Fixed compatibility for legacy system tools.
|
||||
2. Fixed an issue where selecting a system component as a system tool caused errors.
|
||||
|
||||
## ⚙️ Optimizations
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: 'V4.14.15'
|
||||
description: 'FastGPT V4.14.15 更新说明'
|
||||
---
|
||||
|
||||
## 升级指南
|
||||
|
||||
建议 4.14.8 以后的用户直接升级到该版本使用。
|
||||
|
||||
### 1. 更新镜像 tag
|
||||
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.15
|
||||
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.15
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 修复兼容旧版的系统工具。
|
||||
2. 修复选中系统组件为系统工具异常。
|
||||
|
||||
## ⚙️ 优化
|
||||
@@ -118,6 +118,8 @@ description: FastGPT Toc
|
||||
- [/en/docs/self-host/upgrading/4-14/41411](/en/docs/self-host/upgrading/4-14/41411)
|
||||
- [/en/docs/self-host/upgrading/4-14/41412](/en/docs/self-host/upgrading/4-14/41412)
|
||||
- [/en/docs/self-host/upgrading/4-14/41413](/en/docs/self-host/upgrading/4-14/41413)
|
||||
- [/en/docs/self-host/upgrading/4-14/41414](/en/docs/self-host/upgrading/4-14/41414)
|
||||
- [/en/docs/self-host/upgrading/4-14/41415](/en/docs/self-host/upgrading/4-14/41415)
|
||||
- [/en/docs/self-host/upgrading/4-14/4142](/en/docs/self-host/upgrading/4-14/4142)
|
||||
- [/en/docs/self-host/upgrading/4-14/4143](/en/docs/self-host/upgrading/4-14/4143)
|
||||
- [/en/docs/self-host/upgrading/4-14/4144](/en/docs/self-host/upgrading/4-14/4144)
|
||||
|
||||
@@ -118,6 +118,7 @@ description: FastGPT 文档目录
|
||||
- [/docs/self-host/upgrading/4-14/41412](/docs/self-host/upgrading/4-14/41412)
|
||||
- [/docs/self-host/upgrading/4-14/41413](/docs/self-host/upgrading/4-14/41413)
|
||||
- [/docs/self-host/upgrading/4-14/41414](/docs/self-host/upgrading/4-14/41414)
|
||||
- [/docs/self-host/upgrading/4-14/41415](/docs/self-host/upgrading/4-14/41415)
|
||||
- [/docs/self-host/upgrading/4-14/4142](/docs/self-host/upgrading/4-14/4142)
|
||||
- [/docs/self-host/upgrading/4-14/4143](/docs/self-host/upgrading/4-14/4143)
|
||||
- [/docs/self-host/upgrading/4-14/4144](/docs/self-host/upgrading/4-14/4144)
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
"document/content/docs/self-host/upgrading/4-14/41481.mdx": "2026-03-09T17:39:53+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/4149.en.mdx": "2026-03-23T12:17:04+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-14/4149.mdx": "2026-04-07T21:01:52+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-15/4150.mdx": "2026-04-23T18:02:28+08:00",
|
||||
"document/content/docs/self-host/upgrading/4-15/4150.mdx": "2026-04-24T22:01:29+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00",
|
||||
"document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00",
|
||||
|
||||
Reference in New Issue
Block a user