File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
content/docs/upgrading/4-13
packages/service/core/ai/llm Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ description: 'FastGPT V4.13.1 更新说明'
1313
1414## 🐛 修复
1515
16+ 1 . LLM 模型默认支持图片,导致请求错误。
1617
1718## 🔨 插件更新
1819
Original file line number Diff line number Diff line change 101101 "document/content/docs/protocol/terms.en.mdx" : " 2025-08-03T22:37:45+08:00" ,
102102 "document/content/docs/protocol/terms.mdx" : " 2025-08-03T22:37:45+08:00" ,
103103 "document/content/docs/toc.en.mdx" : " 2025-08-04T13:42:36+08:00" ,
104- "document/content/docs/toc.mdx" : " 2025-09-29T11:34:11 +08:00" ,
104+ "document/content/docs/toc.mdx" : " 2025-10-09T15:10:19 +08:00" ,
105105 "document/content/docs/upgrading/4-10/4100.mdx" : " 2025-08-02T19:38:37+08:00" ,
106106 "document/content/docs/upgrading/4-10/4101.mdx" : " 2025-09-08T20:07:20+08:00" ,
107107 "document/content/docs/upgrading/4-11/4110.mdx" : " 2025-08-05T23:20:39+08:00" ,
113113 "document/content/docs/upgrading/4-12/4124.mdx" : " 2025-09-17T22:29:56+08:00" ,
114114 "document/content/docs/upgrading/4-13/4130.mdx" : " 2025-09-30T16:00:10+08:00" ,
115115 "document/content/docs/upgrading/4-13/4131.mdx" : " 2025-09-30T15:47:06+08:00" ,
116+ "document/content/docs/upgrading/4-13/4132.mdx" : " 2025-10-09T15:10:19+08:00" ,
116117 "document/content/docs/upgrading/4-8/40.mdx" : " 2025-08-02T19:38:37+08:00" ,
117118 "document/content/docs/upgrading/4-8/41.mdx" : " 2025-08-02T19:38:37+08:00" ,
118119 "document/content/docs/upgrading/4-8/42.mdx" : " 2025-08-02T19:38:37+08:00" ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export const filterGPTMessageByMaxContext = async ({
8888*/
8989export const loadRequestMessages = async ( {
9090 messages,
91- useVision = true ,
91+ useVision = false ,
9292 origin
9393} : {
9494 messages : ChatCompletionMessageParam [ ] ;
You can’t perform that action at this time.
0 commit comments