mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 03:35:36 +00:00
feat: normalization embedding;feat: model top_p param config (#3723)
* edit form force close image select * model config * feat: normalization embedding * perf: add share page title force refresh
This commit is contained in:
@@ -14,7 +14,8 @@ weight: 804
|
||||
1.
|
||||
2. 新增 - LLM 模型支持 top_p, response_format, json_schema 参数。
|
||||
3. 新增 - Doubao1.5 模型预设。
|
||||
4. 优化 - 模型未配置时错误提示。
|
||||
5. 修复 - 简易模式,切换到其他非视觉模型时候,会强制关闭图片识别。
|
||||
6. 修复 - o1,o3 模型,在测试时候字段映射未生效导致报错。
|
||||
7. 修复 - 公众号对话空指针异常。
|
||||
4. 新增 - 向量模型支持归一化配置,以便适配未归一化的向量模型,例如 Doubao 的 embedding 模型。
|
||||
5. 优化 - 模型未配置时错误提示。
|
||||
6. 修复 - 简易模式,切换到其他非视觉模型时候,会强制关闭图片识别。
|
||||
7. 修复 - o1,o3 模型,在测试时候字段映射未生效导致报错。
|
||||
8. 修复 - 公众号对话空指针异常。
|
15
docSite/content/zh-cn/docs/development/upgrading/490.md
Normal file
15
docSite/content/zh-cn/docs/development/upgrading/490.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: 'V4.9.0(进行中)'
|
||||
description: 'FastGPT V4.9.0 更新说明'
|
||||
icon: 'upgrade'
|
||||
draft: false
|
||||
toc: true
|
||||
weight: 804
|
||||
---
|
||||
|
||||
|
||||
|
||||
## 完整更新内容
|
||||
|
||||
1. 修复 - 简易模式,切换到其他非视觉模型时候,会强制关闭图片识别。
|
||||
2. 修复 - o1,o3 模型,在测试时候字段映射未生效导致报错。
|
Reference in New Issue
Block a user