Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
09896e77
authored
Jul 31, 2026
by
Archer
Committed by
GitHub
Jul 31, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add V4.15.6 documentation translations (#7424)
* Add V4.15.6 documentation translations * api
parent
0109aced
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
41 additions
and
4 deletions
+41
-4
document/content/self-host/upgrading/4-15/4156.en.mdx
+15
-0
document/content/self-host/upgrading/4-15/4156.mdx
+15
-0
document/content/self-host/upgrading/4-15/meta.en.json
+1
-1
document/content/self-host/upgrading/4-15/meta.json
+1
-1
document/content/toc.en.mdx
+1
-0
document/content/toc.mdx
+1
-0
packages/service/common/api/frequencyLimit.ts
+4
-1
projects/app/src/web/support/wallet/bill/api.ts
+3
-1
No files found.
document/content/self-host/upgrading/4-15/4156.en.mdx
0 → 100644
View file @
09896e77
---
title: 'V4.15.6'
description: 'FastGPT V4.15.6 Release Notes'
---
## 📦 Upgrade Guide
### Image Changes
- Update the `fastgpt-app` (FastGPT core service) image tag to `v4.15.6`.
- Update the `fastgpt-pro` (FastGPT commercial edition) image tag to `v4.15.6`.
## 🐛 Fixes
1. Fixed chat history failing to load when opening a conversation page directly from a link for the first time.
document/content/self-host/upgrading/4-15/4156.mdx
0 → 100644
View file @
09896e77
---
title: 'V4.15.6'
description: 'FastGPT V4.15.6 更新说明'
---
## 📦 升级指南
### 镜像变更
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.15.6
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.15.6
## 🐛 修复
1. 对话页面,首次直接打开链接时,无法加载历史对话。
document/content/self-host/upgrading/4-15/meta.en.json
View file @
09896e77
{
"title"
:
"4.15.x"
,
"description"
:
""
,
"pages"
:
[
"4155"
,
"4154"
,
"4153"
,
"4152"
,
"4151"
,
"41500"
,
"41507"
,
"41506"
,
"41505"
,
"41504"
,
"41503"
,
"41502"
,
"41501"
]
"pages"
:
[
"415
6"
,
"415
5"
,
"4154"
,
"4153"
,
"4152"
,
"4151"
,
"41500"
,
"41507"
,
"41506"
,
"41505"
,
"41504"
,
"41503"
,
"41502"
,
"41501"
]
}
document/content/self-host/upgrading/4-15/meta.json
View file @
09896e77
{
"title"
:
"4.15.x"
,
"description"
:
""
,
"pages"
:
[
"4155"
,
"4154"
,
"4153"
,
"4152"
,
"4151"
,
"41500"
,
"41507"
,
"41506"
,
"41505"
,
"41504"
,
"41503"
,
"41502"
,
"41501"
]
"pages"
:
[
"415
6"
,
"415
5"
,
"4154"
,
"4153"
,
"4152"
,
"4151"
,
"41500"
,
"41507"
,
"41506"
,
"41505"
,
"41504"
,
"41503"
,
"41502"
,
"41501"
]
}
document/content/toc.en.mdx
View file @
09896e77
...
...
@@ -166,6 +166,7 @@ description: FastGPT Toc
- [/en/self-host/upgrading/4-15/4153](/en/self-host/upgrading/4-15/4153)
- [/en/self-host/upgrading/4-15/4154](/en/self-host/upgrading/4-15/4154)
- [/en/self-host/upgrading/4-15/4155](/en/self-host/upgrading/4-15/4155)
- [/en/self-host/upgrading/4-15/4156](/en/self-host/upgrading/4-15/4156)
- [/en/self-host/upgrading/4-16/41601](/en/self-host/upgrading/4-16/41601)
- [/en/self-host/upgrading/outdated/40](/en/self-host/upgrading/outdated/40)
- [/en/self-host/upgrading/outdated/41](/en/self-host/upgrading/outdated/41)
...
...
document/content/toc.mdx
View file @
09896e77
...
...
@@ -168,6 +168,7 @@ description: FastGPT 文档目录
- [/self-host/upgrading/4-15/4153](/self-host/upgrading/4-15/4153)
- [/self-host/upgrading/4-15/4154](/self-host/upgrading/4-15/4154)
- [/self-host/upgrading/4-15/4155](/self-host/upgrading/4-15/4155)
- [/self-host/upgrading/4-15/4156](/self-host/upgrading/4-15/4156)
- [/self-host/upgrading/4-16/41601](/self-host/upgrading/4-16/41601)
- [/self-host/upgrading/outdated/40](/self-host/upgrading/outdated/40)
- [/self-host/upgrading/outdated/41](/self-host/upgrading/outdated/41)
...
...
packages/service/common/api/frequencyLimit.ts
View file @
09896e77
...
...
@@ -5,6 +5,7 @@ import type { NodeApiResponse } from '../../types/http';
import
{
teamQPM
}
from
'../../support/wallet/sub/utils'
;
import
z
from
'zod'
;
import
{
getLogger
,
LogCategories
}
from
'../logger'
;
import
{
UserError
}
from
'@fastgpt/global/common/error/utils'
;
const
logger
=
getLogger
(
LogCategories
.
HTTP
.
RESPONSE
);
...
...
@@ -74,7 +75,9 @@ export const teamFrequencyLimit = async ({
});
jsonRes
(
res
,
{
code
:
429
,
error
:
`Rate limit exceeded. Maximum
${
limit
}
requests per
${
seconds
}
seconds for this team. Please try again in
${
remainingTime
}
seconds.`
error
:
new
UserError
(
`Rate limit exceeded. Maximum
${
limit
}
requests per
${
seconds
}
seconds for this team. Please try again in
${
remainingTime
}
seconds.`
)
});
return
false
;
}
...
...
projects/app/src/web/support/wallet/bill/api.ts
View file @
09896e77
...
...
@@ -16,7 +16,9 @@ export const getBills = (data: GetBillListQueryType) =>
POST
<
GetBillListResponseType
>
(
`/proApi/support/wallet/bill/list`
,
data
);
export
const
postCreatePayBill
=
(
data
:
CreateBillPropsType
)
=>
POST
<
CreateBillResponseType
>
(
`/proApi/support/wallet/bill/create`
,
data
);
POST
<
CreateBillResponseType
>
(
`/proApi/support/wallet/bill/create`
,
data
,
{
deduplicate
:
true
});
export
const
checkBalancePayResult
=
(
payId
:
string
):
Promise
<
CheckPayResultResponseType
>
=>
GET
<
CheckPayResultResponseType
>
(
`/proApi/support/wallet/bill/pay/checkPayResult`
,
{
payId
}).
then
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment