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
12096f6c
authored
Oct 13, 2025
by
Archer
Committed by
GitHub
Oct 13, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: set vision default false (#5758)
parent
9ea1cbf1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
document/content/docs/upgrading/4-13/4132.mdx
+1
-0
document/data/doc-last-modified.json
+2
-1
packages/service/core/ai/llm/utils.ts
+1
-1
No files found.
document/content/docs/upgrading/4-13/4132.mdx
View file @
12096f6c
...
@@ -13,6 +13,7 @@ description: 'FastGPT V4.13.1 更新说明'
...
@@ -13,6 +13,7 @@ description: 'FastGPT V4.13.1 更新说明'
## 🐛 修复
## 🐛 修复
1. LLM 模型默认支持图片,导致请求错误。
## 🔨 插件更新
## 🔨 插件更新
...
...
document/data/doc-last-modified.json
View file @
12096f6c
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
"document/content/docs/protocol/terms.en.mdx"
:
"2025-08-03T22:37:45+08:00"
,
"document/content/docs/protocol/terms.en.mdx"
:
"2025-08-03T22:37:45+08:00"
,
"document/content/docs/protocol/terms.mdx"
:
"2025-08-03T22:37:45+08:00"
,
"document/content/docs/protocol/terms.mdx"
:
"2025-08-03T22:37:45+08:00"
,
"document/content/docs/toc.en.mdx"
:
"2025-08-04T13:42:36+08:00"
,
"document/content/docs/toc.en.mdx"
:
"2025-08-04T13:42:36+08:00"
,
"document/content/docs/toc.mdx"
:
"2025-
09-29T11:34:11
+08:00"
,
"document/content/docs/toc.mdx"
:
"2025-
10-09T15:10:19
+08:00"
,
"document/content/docs/upgrading/4-10/4100.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-10/4100.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-10/4101.mdx"
:
"2025-09-08T20:07:20+08:00"
,
"document/content/docs/upgrading/4-10/4101.mdx"
:
"2025-09-08T20:07:20+08:00"
,
"document/content/docs/upgrading/4-11/4110.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-11/4110.mdx"
:
"2025-08-05T23:20:39+08:00"
,
...
@@ -113,6 +113,7 @@
...
@@ -113,6 +113,7 @@
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-17T22:29:56+08:00"
,
"document/content/docs/upgrading/4-13/4130.mdx"
:
"2025-09-30T16:00:10+08:00"
,
"document/content/docs/upgrading/4-13/4130.mdx"
:
"2025-09-30T16:00:10+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-13/4131.mdx"
:
"2025-09-30T15:47:06+08:00"
,
"document/content/docs/upgrading/4-13/4132.mdx"
:
"2025-10-09T15:10:19+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
...
packages/service/core/ai/llm/utils.ts
View file @
12096f6c
...
@@ -88,7 +88,7 @@ export const filterGPTMessageByMaxContext = async ({
...
@@ -88,7 +88,7 @@ export const filterGPTMessageByMaxContext = async ({
*/
*/
export
const
loadRequestMessages
=
async
({
export
const
loadRequestMessages
=
async
({
messages
,
messages
,
useVision
=
tru
e
,
useVision
=
fals
e
,
origin
origin
}:
{
}:
{
messages
:
ChatCompletionMessageParam
[];
messages
:
ChatCompletionMessageParam
[];
...
...
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