mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 04:06:18 +00:00
1.3 KiB
1.3 KiB
title, description, icon, draft, toc, weight
title | description | icon | draft | toc | weight |
---|---|---|---|---|---|
V4.6.5(需要改配置文件) | FastGPT V4.6.5 | upgrade | false | true | 831 |
配置文件变更
由于 openai 已开始弃用 function call,改为 toolChoice。FastGPT 同步的修改了对于的配置和调用方式,需要对配置文件做一些修改:
- 主要是修改模型的
functionCall
字段,改成toolChoice
即可。设置为true
的模型,会默认走 openai 的 tools 模式;未设置或设置为false
的,会走提示词生成模式。
问题优化模型与内容提取模型使用同一组配置。
- 增加
"ReRankModels": []